Errors
The Files.com MuleSoft Connector will return errors that fall into two categories:
- Connector Errors - errors that originate within the connector itself
- API Errors - errors that occur due to the response from the Files.com API
Error Types
Connector Errors
Connector errors are related to processing input data, parsing API responses, and API connectivity issues.
Error | Description |
---|---|
FILESCOM:ARGUMENT | Illegal Argument |
FILESCOM:RESPONSE | Invalid API Response |
FILESCOM:CONNECTIVITY | API Connection Error |
API Errors
API errors are errors returned by the Files.com API. For simpler error handling, the MuleSoft Connector groups all API errors into the following types:
Error | Description |
---|---|
FILESCOM:BAD_REQUEST | Bad Request |
FILESCOM:NOT_AUTHENTICATED | Not Authenticated |
FILESCOM:NOT_AUTHORIZED | Not Authorized |
FILESCOM:NOT_FOUND | Not Found |
FILESCOM:PROCESSING_FAILURE | Processing Failure |
FILESCOM:RATE_LIMITED | Rate Limited |
FILESCOM:SERVICE_UNAVAILABLE | Service Unavailable |
FILESCOM:SITE_CONFIGURATION | Site Configuration |
FILESCOM:OTHER | Unknown API Error |