Compartir a través de


ErrorCode Enumeración

Definición

Define los valores de 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
Herencia
ErrorCode
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

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

Se aplica a