Configuration Errors
Configuration Errors
| Error Message | Description |
|---|---|
| Invalid space ID, must be a UUID | This error occurs when the provided space ID is not in a valid UUID format. |
| Hostname not understood. Format is {environment}.{region}.fs.trimblecloud.com | This 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, QA | This error occurs when the provided environment is not one of the recognized environments (PROD, STAGE, DEV, QA). |
| Invalid region, available regions are: US, EU, AP | This error occurs when the provided region is not one of the recognized regions. |
| There is no File Service endpoint available for environment/region combination | This error occurs when there is no available File Service endpoint for the specified environment and region combination. |
| Client ID provided but not a client secret | This error occurs when a client ID is provided without a corresponding client secret. |
| Client credentials were not retreived, FileSystem cannot initialize | This 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 1073741824 | This error occurs when the configured read buffer size is outside the allowed range. |
| Multipart size must be greater than 5242880 and less than 1073741824 | This error occurs when the configured multipart size is outside the allowed range. |
| Write buffer size must be greater than 16384 and less than 1073741824 | This error occurs when the configured write buffer size is outside the allowed range. |
| Max write threads must be between 1 and 8 | This error occurs when the configured maximum number of write threads is outside the allowed range. |
HDFS Driver Operation Errors
| Error Message | Description |
|---|---|
| Failed to create folder after retrying with get folder | Due 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 exists | This error occurs when attempting to create an output stream for a path that already exists. |
| Failed to retrieve folder children | This 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 unset | This error occurs when attempting to delete a folder that contains children without setting the recursive flag. |
| Failed to delete folder | This error indicates a failure in deleting a specified folder, it will occur when the response is other 2XX |
| Failed to delete file | This error indicates a failure in deleting a specified file, it will occur when the response is other 2XX |
| Failed to retrieve resources | This error indicates a failure in batch retrieving resources, it will occur when the response is other 2XX |
| Failed to parse batch response | This error indicates a failure in parsing the batch response JSON returned |
| File could not be found | This error occurs when the listing the status of file which is not found. |
| No folder exists at path | This error occurs when the listing the status of folder which is not found. |
| Can’t open a directory to read | This error occurs when trying to open a directory for reading, only files can be opened for reading. |
| Failed to move and rename | This error indicates a failure in moving and renaming a file or folder, it will occur when the response is other 2XX |