ErrorSubCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for ErrorSubCode.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ErrorSubCode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ErrorSubCode =
Public Enum ErrorSubCode
- Inheritance
-
ErrorSubCode
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
UnexpectedError | 0 | |
ResourceError | 1 | |
NotImplemented | 2 | |
ParameterMissing | 3 | |
ParameterInvalidValue | 4 | |
HttpNotAllowed | 5 | |
Blocked | 6 | |
AuthorizationMissing | 7 | |
AuthorizationRedundancy | 8 | |
AuthorizationDisabled | 9 | |
AuthorizationExpired | 10 |