Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorDetail

Package version

The error detail.

Hierarchy

  • ErrorDetail

Index

Properties

Optional additionalInfo

additionalInfo: ErrorAdditionalInfo[]

The error additional info. NOTE: This property will not be serialized. It can only be populated by the server.

Optional code

code: undefined | string

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

Optional details

details: ErrorDetail[]

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

Optional message

message: undefined | string

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

Optional target

target: undefined | string

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

Generated using TypeDoc