nativeCode property

int? nativeCode
final

Database-specific native error code (if available).

This is the error code from the underlying database driver. Interpretation depends on the specific database system.

Implementation

final int? nativeCode;