Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorResponse

Package version

interface

An interface representing ErrorResponse. Error details.

Hierarchy

  • ErrorResponse

Index

Properties

Properties

Optional code

code: undefined | string
member

{string} [code] The error code. NOTE: This property will not be serialized. It can only be populated by the server.

Optional details

details: undefined | string
member

{string} [details] The error details. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string
member

{string} [message] The error message. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc