Property ErrorCode
ErrorCode
Gets the application-specific error code associated with the API exception, if available.
Declaration
public string? ErrorCode { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Must only consist of valid ASCII letters, digits, hyphens, and underscores.
An error code of "" is normalized to null.