Partager via


ErrorCategory Énumération

Définition

Définit des valeurs pour 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
Héritage
ErrorCategory
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

ServerError 1

L’erreur est due à un problème de serveur interne.

UserError 0

L’erreur est due à un problème utilisateur, tel qu’une configuration incorrecte.

S’applique à