General Errors |
Web API methods can produce the following general errors.
| Error | Description | Methods |
|---|---|---|
| Execution Timeout Expired |
Occurs when the timeout period elapses prior to
the completion of an operation or if the server
is not responding
Example Response:
{
"statusCode":500,
"errors": [
{
"title": "Error",
"description": "Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.",
"source": "Request ID: 0bb19620-e689-4048-aeaa-e85da2d49bde",
"code": 500
}
]
} |
GetPatientInfoAuditable GetCCDAXml GetPatients |