Skip to content

Configuration Errors

Configuration Errors

Error MessageDescription
Invalid space ID, must be a UUIDThis error occurs when the provided space ID is not in a valid UUID format.
Hostname not understood. Format is {environment}.{region}.fs.trimblecloud.comThis error occurs when the provided hostname does not follow the required format for Trimble Cloud File Service endpoints.
Invalid environment, available environments are: PROD, STAGE, DEV, QAThis error occurs when the provided environment is not one of the recognized environments (PROD, STAGE, DEV, QA).
Invalid region, available regions are: US, EU, APThis error occurs when the provided region is not one of the recognized regions.
There is no File Service endpoint available for environment/region combinationThis error occurs when there is no available File Service endpoint for the specified environment and region combination.
Client ID provided but not a client secretThis error occurs when a client ID is provided without a corresponding client secret.
Client credentials were not retreived, FileSystem cannot initializeThis error occurs when the client credentials required for authentication could not be retrieved, preventing FileSystem initialization.
Read buffer size must be greater than 16384 and less than 1073741824This error occurs when the configured read buffer size is outside the allowed range.
Multipart size must be greater than 5242880 and less than 1073741824This error occurs when the configured multipart size is outside the allowed range.
Write buffer size must be greater than 16384 and less than 1073741824This error occurs when the configured write buffer size is outside the allowed range.
Max write threads must be between 1 and 8This error occurs when the configured maximum number of write threads is outside the allowed range.

HDFS Driver Operation Errors

Error MessageDescription
Failed to create folder after retrying with get folderDue to eventual consistency, folder creation may fail if a previous operation is still propagating. This error indicates that the system was unable to create the folder even after multiple attempts.
Cannot create output stream, input path is a folder.This error occurs when attempting to create an output stream for a folder path, its applicable only for file path.
Cannot create output stream, input path already existsThis error occurs when attempting to create an output stream for a path that already exists.
Failed to retrieve folder childrenThis error indicates a failure in retrieving the list of children for a specified folder, it will occur when the response is other 2XX
Folder has children and cannot be deleted with recursive flag unsetThis error occurs when attempting to delete a folder that contains children without setting the recursive flag.
Failed to delete folderThis error indicates a failure in deleting a specified folder, it will occur when the response is other 2XX
Failed to delete fileThis error indicates a failure in deleting a specified file, it will occur when the response is other 2XX
Failed to retrieve resourcesThis error indicates a failure in batch retrieving resources, it will occur when the response is other 2XX
Failed to parse batch responseThis error indicates a failure in parsing the batch response JSON returned
File could not be foundThis error occurs when the listing the status of file which is not found.
No folder exists at pathThis error occurs when the listing the status of folder which is not found.
Can’t open a directory to readThis error occurs when trying to open a directory for reading, only files can be opened for reading.
Failed to move and renameThis error indicates a failure in moving and renaming a file or folder, it will occur when the response is other 2XX