Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorInfo

Package version

The code and message for an error.

Hierarchy

  • ErrorInfo

Index

Properties

Optional additionalProperties

additionalProperties: any

Additional properties that can be provided on the error info object

code

code: string

A machine readable error code.

Optional details

details: ErrorDetail[]

error details.

Optional innererror

innererror: ErrorInfo

Inner error details if they exist.

message

message: string

A human readable error message.

Generated using TypeDoc