Share via


ErrorCode Enum

Definition

Defines values for ErrorCode.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ErrorCode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ErrorCode = 
Public Enum ErrorCode
Inheritance
ErrorCode
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

None 0
ServerError 1
InvalidRequest 2
RateLimitExceeded 3
InvalidAuthorization 4
InsufficientAuthorization 5

Applies to