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 | One of a server-defined set of error codes. |
| details | Error details. |
| innererror | An object containing more specific information than the current object about the error. |
| message | Error message. |
| target | Error target. |
Property Details
code
One of a server-defined set of error codes.
code: string
Property Value
string
details
Error details.
details?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
innererror
An object containing more specific information than the current object about the error.
innererror?: InnerErrorModel
Property Value
message
Error message.
message: string
Property Value
string
target
Error target.
target?: string
Property Value
string