Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMQRPCError

Response error data structure, which service returns if error occurred during service method execution.

Hierarchy

  • IJson
    • IMQRPCError

Indexable

[name: string]: number | string | boolean | null | IJson | any | number[] | string[] | boolean[] | null[] | IJson[] | any[]

Response error data structure, which service returns if error occurred during service method execution.

Index

Properties

args

args: string

code

code: string

message

message: string

method

method: string

stack

stack: string