Home > @imqueue/rpc > IMQRPCError

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