Class SObjectError

Error augmented by SObject with property information.

Hierarchy

  • Error
    • SObjectError

Constructors

Properties

cause: any

The original error.

message: string
name: string
propertyKey: string

The property that raised the error.

stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void