Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorModel

Package version

Error definition.

Hierarchy

  • ErrorModel

Index

Properties

Optional code

code: undefined | string

Service specific error code which serves as the substatus for the HTTP error code.

Optional details

details: ErrorModel[]

Internal error details.

Optional innererror

innererror: InnerError

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

Optional message

message: undefined | string

A human-readable representation of the error.

Generated using TypeDoc