Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorResponse

Package version

Describes the error that occurred.

Hierarchy

  • ErrorResponse

Index

Properties

Properties

Optional code

code: undefined | string

Error code associated with the error that occurred. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string

Describes the error in detail. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc