Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorDetails

Package version

Error details.

Hierarchy

  • ErrorDetails

Index

Properties

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: undefined | string

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

Optional httpStatusCode

httpStatusCode: undefined | string

The HTTP status code. 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.

Generated using TypeDoc