Compartir a través de


ErrorCategory Enumeración

Definición

Define valores para ErrorCategory.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ErrorCategory
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ErrorCategory = 
Public Enum ErrorCategory
Herencia
ErrorCategory
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

ServerError 1

El error se debe a un problema interno del servidor.

UserError 0

El error se debe a un problema de usuario, como la configuración incorrecta.

Se aplica a