Errors

The Files.com MuleSoft Connector will return errors that fall into two categories:

  1. Connector Errors - errors that originate within the connector itself
  2. 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.

ErrorDescription
FILESCOM:ARGUMENTIllegal Argument
FILESCOM:RESPONSEInvalid API Response
FILESCOM:CONNECTIVITYAPI 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:

ErrorDescription
FILESCOM:BAD_REQUESTBad Request
FILESCOM:NOT_AUTHENTICATEDNot Authenticated
FILESCOM:NOT_AUTHORIZEDNot Authorized
FILESCOM:NOT_FOUNDNot Found
FILESCOM:PROCESSING_FAILUREProcessing Failure
FILESCOM:RATE_LIMITEDRate Limited
FILESCOM:SERVICE_UNAVAILABLEService Unavailable
FILESCOM:SITE_CONFIGURATIONSite Configuration
FILESCOM:OTHERUnknown API Error