Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InnerError

Package version

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

Hierarchy

  • InnerError

Index

Properties

code

code: string

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

Optional errorDetail

errorDetail: undefined | string

The internal error or exception message.

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