Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InnerErrorModel

Package version

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.

Hierarchy

  • InnerErrorModel

Index

Properties

code

One of a server-defined set of error codes.

Optional details

details: undefined | {}

Error details.

Optional innererror

innererror: InnerErrorModel

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

message

message: string

Error message.

Optional target

target: undefined | string

Error target.

Generated using TypeDoc