ApiExceptionErrorCode Property
Gets the error code associated with the exception.
Namespace: GenerativeAI.ExceptionsAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public int ErrorCode { get; }
Property Value
Int32
The error code provides a numerical representation of the specific error that occurred,
aiding in identifying and categorizing the issue.