Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorResponse

Package version

Error response information.

Hierarchy

  • ErrorResponse

Index

Properties

Properties

Optional code

code: undefined | string

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

Optional details

details: ErrorDetail[]

An array of error detail objects. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string

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

Generated using TypeDoc