Interface IExecuteErrorOptions

interface IExecuteErrorOptions {
    error_code: number;
    error_msg: string;
    method: string;
}

Properties

error_code: number
error_msg: string
method: string

Generated using TypeDoc