interface NodeClientErrorV1 {
    details?: string[];
    errorCode: string;
    errorKind: string;
    message: string;
    requestId?: string;
    status?: number;
}

Properties

details?: string[]
errorCode: string
errorKind: string
message: string
requestId?: string
status?: number