Table of Contents

Class GeminiOAuthException

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 UnityWebRequest

The request that caused the exception.

reason string

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