Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorDefinition

Package version

Error definition.

Hierarchy

  • ErrorDefinition

Index

Properties

Properties

Optional code

code: undefined | string

Service specific error code which serves as the substatus for the HTTP error code. NOTE: This property will not be serialized. It can only be populated by the server.

Optional details

details: ErrorDefinition[]

Internal error details. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string

Description of the error. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc