ErrorCategory
An enumerated type that defines the possible categories to which an error can be attributed.
Type that uses ErrorCategory:
Call that uses one or more values of ErrorCategory:
Enumeration Values
Value | Description |
APPLICATION | This enumeration value indicates that the corresponding error or warning was caused by faulty application logic. |
REQUEST | This enumeration value indicates that the corresponding error or warning was caused by an issue with the request payload. |
SYSTEM | This enumeration value indicates that the corresponding error was a system error. |