INVALID_DELIMITER_VALUE error class

SQLSTATE: 42602

Invalid value for delimiter.

DELIMITER_LONGER_THAN_EXPECTED

Delimiter cannot be more than one character: <str>.

EMPTY_STRING

Delimiter cannot be empty string.

SINGLE_BACKSLASH

Single backslash is prohibited. It has special meaning as beginning of an escape sequence. To get the backslash character, pass a string with two backslashes as the delimiter.

UNSUPPORTED_SPECIAL_CHARACTER

Unsupported special character for delimiter: <str>.