MLE SQL Driver(mle-js-oracledb-common)
    Preparing search index...

    Interface IError

    Custom class for errors thrown by execute() or executeMany().

    interface IError {
        errorNum?: number;
        offset?: number;
    }

    Hierarchy

    • Error
      • IError
    Index

    Properties

    Properties

    errorNum?: number

    The Oracle error number. This value is undefined for non-Oracle errors.

    offset?: number

    The character offset into the SQL text that resulted in the Oracle error. The value may be 0 in non-SQL contexts. This value is undefined for non-Oracle errors.