You're viewing archived documentation for @imqueue/rpc v1.17.1. APIs may differ from the current release. View the latest version ↗

IMQRPCError interface

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

Signature:

export interface IMQRPCError extends JsonObject 

Extends: JsonObject

Properties

Property

Modifiers

Type

Description

args

string

code

string

message

string

method

string

original?

any

(Optional)

stack

string