InnerErrorModel Class

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.

Inheritance
InnerErrorModel

Constructor

InnerErrorModel(**kwargs)

Parameters

code
str
Required

A more specific error code than was provided by the containing error.

inner_error
InnerErrorModel
Required

An object containing more specific information than the current object about the error.