!--a11y-->
Error Codes 
You can use the following error codes when creating your own error pages.
Error Name |
Description |
The SAP NW AS is out of memory to process the request |
|
ETIMEOUT |
The SAP NW AS did not return a response within a specified period of time |
ENOTAVAIL |
A service is temporarily not available (for example, due to system overload or maintenance). |
ENOTFOUND |
The resource specified in the URL does not exist or it cannot be found (for example, a file in the file system) |
ENOSESSION |
The session for the session cookie no longer exists |
ENOSSLREQ |
SSL is expected on this port, no plaintext |
EOVERLOAD |
The SAP NW AS is overloaded and cannot accept any more requests |
EPERM |
Access is refused (for example, at the SAP Web dispatcher) |
EDISPATCHERR |
The Web dispatcher could not forward the request (for instance, if no J2EE-enabled application server can be found for a J2EE request).
To handle any errors occurring while dispatching requests, create a file ICMERR-EDISPATCHERR.{html,shtml} in the directory specified by parameter icm/HTTP/error_templ_path (see below). |
EUNAUTH |
Authorization is missing for the request (see icm/HTTP/auth_<xx>) |
EPROTERROR |
HTTP protocol error (incorrect syntax, missing header fields,...) |
EMAINTENANCE |
ICM / Web Dispatcher is in the Maintenance Mode. |
EINTERN |
ICM internal error (unspecific) |