Skip to main content

Enumeration: RouteNames

@ima/core.RouteNames

HTTP status code constants, representing the HTTP status codes recognized and processed by this proxy.

Enumeration Members

ERROR

ERROR = "error"

The internal route name used for the error page (the 5XX HTTP status code error page).

Defined in

packages/core/src/router/RouteNames.ts:16


NOT_FOUND

NOT_FOUND = "notFound"

The internal route name used for the "not found" error page (the 4XX HTTP status code error page).

Defined in

packages/core/src/router/RouteNames.ts:10