Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorResponse

Package version

interface

An interface representing ErrorResponse. Error reponse indicates Relay service is not able to process the incoming request. The reason is provided in the error message.

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