COPY_FILE_ILLEGAL_USAGE error condition
SQLSTATE: none assigned
Illegal usage of COPY_FILE.
DESTINATION_PATH_REQUIRED
<function> requires a destination path when the target column is not a MANAGED FILE. Pass a destination inside a Volume, or write into a MANAGED FILE column.
IF_FILE_EXISTS_MODE
Unrecognized mode for if_file_exists: <input>. Supported modes are: "error", "skip", and "overwrite".
IF_FILE_EXISTS_WITHOUT_DESTINATION
if_file_exists can only be set if a destination is provided.