Jump to main content Jump to doc navigation

Event: OnPageNotFound

Fires immediately before the user is forwarded to the error page if attempting to view a non-existent Resource.

  • Service: 1 - Parser Service Events
  • Group: None

Event Parameters

Name Description
response_code The response code to send. Defaults to "HTTP/1.1 404 Not Found"
error_type The type. Defaults to 404.
error_header The header being sent: Defaults to "HTTP/1.1 404 Not Found"
error_pagetitle The pagetitle of the error page.
error_message The message being sent in the error page.

See Also