Enumeration: RouteNames
Defined in: packages/core/src/router/RouteNames.ts:5
HTTP status code constants, representing the HTTP status codes recognized and processed by this proxy.
Enumeration Members
ERROR
ERROR:
"error"
Defined in: packages/core/src/router/RouteNames.ts:16
The internal route name used for the error page (the 5XX HTTP status code error page).
NOT_FOUND
NOT_FOUND:
"notFound"
Defined in: packages/core/src/router/RouteNames.ts:10
The internal route name used for the "not found" error page (the 4XX HTTP status code error page).