INVALID_DEFAULT_VALUE error class
SQLSTATE: none assigned
Failed to execute <statement> command because the destination table column <colName> has a DEFAULT value <defaultValue>,
This error class has the following derived error classes:
DATA_TYPE
which requires <expectedType> type, but the statement provided a value of incompatible <actualType> type.
NOT_CONSTANT
which is not a constant expression whose equivalent value is known at query planning time.
SUBQUERY_EXPRESSION
which contains subquery expressions.
UNRESOLVED_EXPRESSION
which fails to resolve as a valid expression.