EdgeRoutine (ER) can return two error HTTP status codes or cause response interruptions.
HTTP status codes
ER may return the 598 or 599 HTTP status code based on the cause of the error.
|
Status code |
Description |
|
598 |
|
|
599 |
|
Exceptions
ER asynchronously generates responses in pass-through mode. If an exception occurs during this process, the client may receive only a partial response. Possible causes and solutions include:
-
A logic bug in your ER code triggers a JavaScript (JS) exception during response generation.
-
Resource limits are exceeded. In this case, you can submit a ticket for assistance.
If you frequently receive truncated responses from ER, first check your code for bugs. If the code is correct, consider increasing your resource quota.