Table of Contents

Class FailureHint

Namespace
Supabase.Gotrue.Exceptions
Assembly
Supabase.Gotrue.dll

Maps Supabase server errors to hints based on the status code and the contents of the error message.

public static class FailureHint
Inheritance
FailureHint
Inherited Members

Methods

DetectReason(GotrueException)

Detects the reason for the error based on the status code and the contents of the error message.

public static FailureHint.Reason DetectReason(GotrueException gte)

Parameters

gte GotrueException

Returns

FailureHint.Reason