sqlState property

List<int> sqlState
final

SQLSTATE code as a 5-byte list (e.g., 0x34, 0x32, 0x53, 0x30, 0x32).

Implementation

final List<int> sqlState;