メインコンテンツまでスキップ

LOAD_FILE_ERROR error condition

SQLSTATE: 22KD1

Error reading the content of a FILE value. Use try_cast(... AS STRING|BINARY) to skip failures and get a null value instead.

CONTENT_TOO_LARGE​

Cannot read the file at path <path>: the file size <size> bytes exceeds the maximum <maxBytes> bytes allowed.

FAILED_TO_READ_FILE​

Failed to read the file at path <path>. Cause: <cause>. Refer to the stack trace for details.

FILE_NOT_EXISTS​

The file at path <path> does not exist.

READ_UNAUTHORIZED​

User is not authorized to read the file at path <path>.