Table of Contents

Class GeminiOAuthException

Thrown when an exception related to OAuth authentication is raised.

public class GeminiOAuthException : Exception
Inheritance
object
Exception
GeminiOAuthException
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