DataExceptionReason
Categorizes the specific reason why a DataException was thrown.
Entries
String, interval, or datetime truncation/overflow (22001, 22008, 22015).
Numeric value out of bounds (22003, 22022).
Division by zero (22012).
Invalid data format or representation (22007, 22P02, 22P03, 22018).
Array subscript out of bounds (2202E).
Null value not allowed by constraint (22004, 22002).
Error parsing or operating on JSON data (2203X).
Invalid escape character sequence (22019, 2200D, 22025, 22P06, 2200C, 2200B).
Invalid regular expression (2201B).
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.