Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorResponse

Package version

interface

An interface representing ErrorResponse. Describes the format of Error response.

Hierarchy

  • ErrorResponse

Index

Properties

Properties

Optional code

code: undefined | string
member

{string} [code] Error code

Optional message

message: undefined | string
member

{string} [message] Error message indicating why the operation failed.

Generated using TypeDoc