InnerErrorModel interface
An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.
Properties
code | A more specific error code than was provided by the containing error. |
inner |
An object containing more specific information than the current object about the error. |
Property Details
code
A more specific error code than was provided by the containing error.
code?: string
Property Value
string
innerError
An object containing more specific information than the current object about the error.
innerError?: InnerErrorModel