Name | Description | Type | Additional information |
---|---|---|---|
id |
A unique identifier for this particular occurrence of the problem. |
string |
None |
code |
An application-specific error code, expressed as a string value. |
string |
None |
detail |
A human-readable explanation specific to this occurrence of the problem.Like title, this field’s value can be localized. |
string |
None |
links |
A links object containing the following members: |
Object |
None |
meta |
A meta object containing non-standard meta-information about the error. |
MetaData |
None |
source |
An object containing references to the source of the error, optionally including any of the following members: |
ErrorSource |
None |
status |
The HTTP status code applicable to this problem, expressed as a string value. |
HttpStatusCode |
None |
title |
A short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization. |
string |
None |
Error
Error objects provide additional information about problems encountered while performing an operation.