InnerError 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.

innererror

Inner error.

Property Details

code

One of a server-defined set of error codes.

code: string

Property Value

string

innererror

Inner error.

innererror?: InnerError

Property Value