Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorResponseBody

Package version

Error Body contract.

Hierarchy

  • ErrorResponseBody

Index

Properties

Properties

Optional code

code: undefined | string

Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

Optional details

The list of invalid fields send in request, in case of validation error.

Optional message

message: undefined | string

Human-readable representation of the error.

Generated using TypeDoc