Class GeminiOAuthException
- Namespace
- Uralstech.UGemini.Exceptions
Thrown when an exception related to OAuth authentication is raised.
public class GeminiOAuthException : Exception
- Inheritance
-
GeminiOAuthException
- Extension Methods
Constructors
GeminiOAuthException(UnityWebRequest, string)
Creates a new GeminiOAuthException.
internal GeminiOAuthException(UnityWebRequest webRequest, string reason)
Parameters
webRequest
UnityWebRequestThe request that caused the exception.
reason
string
Fields
IsBetaApi
Was the request on a beta API?
public bool IsBetaApi
Field Value
Reason
The reason for the exception.
public string Reason
Field Value
RequestEndpoint
The endpoint of the request.
public Uri RequestEndpoint