Class GeminiResponseParsingException
- Namespace
- Uralstech.UGemini.Exceptions
Thrown if the response of a Gemini API request could not be parsed.
public class GeminiResponseParsingException : Exception
- Inheritance
-
objectExceptionGeminiResponseParsingException
- Extension Methods
Fields
DownloadedText
The content downloaded from the request.
public string DownloadedText
Field Value
- string
IsBetaApi
Was the request on a beta API?
public bool IsBetaApi
Field Value
- bool
RequestEndpoint
The endpoint of the request.
public Uri RequestEndpoint
Field Value
- Uri