Class GeminiOAuthException
- Namespace
- Uralstech.UGemini.Exceptions
Thrown when an exception related to OAuth authentication is raised.
public class GeminiOAuthException : Exception
- Inheritance
-
objectExceptionGeminiOAuthException
- Extension Methods
Fields
IsBetaApi
Was the request on a beta API?
public bool IsBetaApi
Field Value
- bool
Reason
The reason for the exception.
public string Reason
Field Value
- string
RequestEndpoint
The endpoint of the request.
public Uri RequestEndpoint
Field Value
- Uri