Raw per-node error detail in a 207 command-response reply (snake_case).

interface ESPCmdRespSendAPINodeResponseRaw {
    description?: string;
    error_code?: string;
    status: string;
}

Properties

description?: string
error_code?: string
status: string