MLE Foreign Function Interface (FFI): API for calling PL/SQL functionality directly(mle-js-plsql-ffi)
    Preparing search index...

    Class CallError

    This class represents a PL/SQL exception that occurred during the execution of a PL/SQL subprogram.

    Hierarchy

    • Error
      • CallError
    Index

    Properties

    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any
    stackTraceLimit: number

    Methods

    • Returns true if this CallError is the given PL/SQL exception.

      Parameters

      • errorCode: number

        the Oracle error code of the exception.

      Returns boolean

      whether this instance represents the given PL/SQL exception.

    • Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void