Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorEntity

Package version

Body of the error response returned from the API.

Hierarchy

  • ErrorEntity

Index

Properties

Optional code

code: undefined | string

Basic error code.

Optional extendedCode

extendedCode: undefined | string

Type of error.

Optional innerErrors

innerErrors: ErrorEntity[]

Inner errors.

Optional message

message: undefined | string

Any details of the error.

Optional messageTemplate

messageTemplate: undefined | string

Message template.

Optional parameters

parameters: string[]

Parameters for the template.

Generated using TypeDoc