qgw
    Preparing search index...

    Throws issues during any part of the transaction process within the TransparentDBEngine, whether that is formatting issues prior to the transaction or issues after the transaction's been sent The CustomIssues are used to provide more information about the error.

    If this TransactionError has a code of ERR_SERVER_DECLINED, then it will contain a TransactionDeclinedIssue as an item in its issues array field.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    issues: CustomIssue[]
    message: string
    name: string
    stack?: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void