Represents the per-node error detail in a 207 command-response reply.

interface ESPCmdRespSendAPINodeResponse {
    description?: string;
    errorCode?: string;
    status: string;
}

Properties

description?: string
errorCode?: string
status: string