Thrown by mobilelocker.database.* methods on SQLite failures.
mobilelocker.database.*
Check code against DatabaseErrorCode constants to distinguish path errors, write attempts, and query failures.
code
Optional
Readonly
Machine-readable error code. Use DatabaseErrorCode constants for comparisons.
The raw SQLite error message, if available.
Thrown by
mobilelocker.database.*methods on SQLite failures.Check
codeagainst DatabaseErrorCode constants to distinguish path errors, write attempts, and query failures.