Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 929 Bytes

File metadata and controls

14 lines (11 loc) · 929 Bytes

DigiKey.Api.Model.ApiErrorResponse

Properties

Name Type Description Notes
ErrorResponseVersion string The version of the error handler. [optional]
StatusCode int? The HttpStatusCode of the error. [optional]
ErrorMessage string The message provided by the error handler. [optional]
ErrorDetails string The details of the error. [optional]
RequestId string The Id of the request that triggered the error. If contacting API Support, please include the RequestId. [optional]
ValidationErrors List<ApiValidationError> The list of validation errors (if applicable). [optional]

[Back to Model list] [Back to API list] [Back to README]