Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DefaultErrorResponseError

Package version

Error model.

Hierarchy

  • DefaultErrorResponseError

Index

Properties

Optional code

code: undefined | string

Standardized string to programmatically identify the error. NOTE: This property will not be serialized. It can only be populated by the server.

Optional details

Optional innererror

innererror: undefined | string

More information to debug error. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string

Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional target

target: undefined | string

Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc