ApiExceptionErrorStatus Property
Gets the status of the error represented as a string.
Namespace: GenerativeAI.ExceptionsAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public string ErrorStatus { get; }
Property Value
String
This property contains a textual representation of the status of the error.
It is typically used to provide additional context or categorization of the error,
such as "BadRequest", "Unauthorized", or similar status indicators.