interface JsForceError {
    errorCode: string;
    fields: string[];
}

Hierarchy

  • Error
    • JsForceError

Properties

Properties

errorCode: string
fields: string[]