ErrorSeverity
This enumeration type defines the different error severity levels.
Type that uses ErrorSeverity:
Call that uses one or more values of ErrorSeverity:
Enumeration Values
Value | Description |
ERROR | This enumeration value indicates that a "fatal" error occurred and the request was not successfully processed. |
WARNING | This enumeration value indicates that a "warning," was triggered. With warnings, the request may have been partially successful, but the user will definitely want to know more about the issue that triggered the warning, and a subsequent request may be needed. |