ResponseMessage
A response message.
interface ResponseMessage extends Message {
error?: ResponseErrorLiteral<any>;
id: number | string | null;
result?:
} | string
| number
| boolean
| object
| any[]
| null;
§Properties
§
error?: ResponseErrorLiteral<any>
[src]The error object in case a request fails.