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

Hierarchy

  • Error
    • IError

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.