Interface for errors thrown by execute() or executeMany().

Hierarchy

  • IError

Properties

errorNum?: number

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

message: string

The text of the error message.

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.