FHIR Error Codes

The exceptions that are thrown by the TIBCO ActiveMatrix BusinessWorks™ Plug-in for HL7 with FHIR are listed with the corresponding descriptions and resolutions.

Error Code Exception Type Description Resolution
500001 FHIRException Represents an HTTP 404 Resource Not Found response, which indicates the request is pointing to a resource that does not exist. The given resource does not exist. Create the resource or specify an existing resource ID.
500002 FHIRException Represents an HTTP 401 Client Unauthorized response, which indicates the client must provide credentials, or has provided invalid credentials.
500003 FHIRException Represents an HTTP 403 Forbidden response, which generally indicates one of two conditions:
  • Authentication was provided, but the authenticated user is not permitted to perform the requested operation.
  • The operation is forbidden to all users.
500004 FHIRException Represents an HTTP 500 Internal Error response (e.g., server may down).
500005 FHIRException Represents an HTTP 400 Bad Request response, which indicates the client request is invalid. Ensure the client request is valid, then resend the request.
500006 FHIRException Represents an HTTP 405 Method Not Allowed response, which indicates the desired method is not allowed on server. Ensure the server supports the HTTP method being used to perform the requested operation.
500007 FHIRException Represents an HTTP 501 Not Implemented response, which indicates the resource provider currently lacks the ability to fulfill the request.
500008 FHIRException Represents an HTTP 301 Not Modified response, which indicates the resource has not changed since the last version the client retrieved.
500009 FHIRException Represents an HTTP 412 Precondition Failed response, which indicates there is problem in forming the pre-condition before sending request to server.
5000010 FHIRException Represents an HTTP 410 Resource Gone response, which generally indicates that the resource has been deleted. The requested resource has already been deleted.
5000011 FHIRException Represents an HTTP 409 Conflict response.
5000012 FHIRException Exception for use when a response is received after sending it to server that does not correspond to any other exception type. Review the <msg> tag contained in the fault, and resolve the issue(s) accordingly.
5000013 FHIRPluginException Indicates the request contains invalid format/values in input. Verify input parameters and resend properly formatted inputs

Example:

Incorrect value for "birthDate". 
Invalid date/time format: "2020-110-11"
5000014 FHIRPluginException Exception for use when a response is received before sending it to server that does not correspond to any other exception type.