DataExceptionReason

Categorizes the specific reason why a DataException was thrown.

Entries

Link copied to clipboard

String, interval, or datetime truncation/overflow (22001, 22008, 22015).

Link copied to clipboard

Numeric value out of bounds (22003, 22022).

Link copied to clipboard

Division by zero (22012).

Link copied to clipboard

Invalid data format or representation (22007, 22P02, 22P03, 22018).

Link copied to clipboard

Array subscript out of bounds (2202E).

Link copied to clipboard

Null value not allowed by constraint (22004, 22002).

Link copied to clipboard

Error parsing or operating on JSON data (2203X).

Link copied to clipboard

Error parsing or operating on XML data (2200L - 2200T).

Link copied to clipboard

Invalid escape character sequence (22019, 2200D, 22025, 22P06, 2200C, 2200B).

Link copied to clipboard

Invalid regular expression (2201B).

Link copied to clipboard

A generic or unknown data error.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.