Skip to content
D
Documentation

General error messages

reference
3 min readUpdated

This page helps you identify the page you reached and match an error type with its message.

If you need to…Go to
Recognize the page you reachedRecognize the error page
Match an error type to its messageMatch an error message
Handle a route that does not reach its test pageWhen the error page cannot be reached
Get help with a wider application issueGetting help
Work through common application problemsCommon issues and solutions

Before you start

Use this page to identify the error type and read the exact message associated with its route.

Prerequisites

  • Have the route name or error class in front of you.
  • Use the message table to identify the error type before you continue.

Result: You know the route name or error class to use in the message table.

Recognize the error page

The error page is the page shown when the requested route cannot be found. Use its heading, message, and error number to recognize the state before choosing what to do next.

The route path is /test_error_view. It displayed Page not found, followed by This page does not exist, but you can create it as you are editor of this site. and Error 404.

The page displayed Search and Create Page. The page read Page not found.

Result: You can identify the page state from the route path, Page not found, the explanatory message, and Error 404. Next, use the message table to match the error type.

Match an error message

An HTTP route returns an HTTP error response. An RPC route raises an error for an RPC request. Use the error class and route type together when matching a message.

If you need to identify…Select the error link in the Error type columnMessage
An HTTP user errorhttp UserError (400)This is a user http test
An HTTP validation errorhttp ValidationError (400)This is a validation http test
An HTTP missing-record errorhttp MissingError (400)This is a missing http test
An HTTP access errorhttp AccessError (403)This is an access http test
An HTTP access-denied errorhttp AccessDenied (403)This is an access denied http test
An HTTP internal-server errorhttp InternalServerError (500)No explicit message is attached to this route.
An HTTP not-found errorhttp NotFound (404)The error page displays Page not found.
An RPC user errorrpc UserErrorThis is a user rpc test
An RPC validation errorrpc ValidationErrorThis is a validation rpc test
An RPC missing-record errorrpc MissingErrorThis is a missing rpc test
An RPC access errorrpc AccessErrorThis is an access rpc test
An RPC access-denied errorrpc AccessDeniedThis is an access denied rpc test
An RPC internal-server errorrpc InternalServerErrorNo explicit message is attached to this route.

Result: You can match each error class with its message in the table. If the page shows Page not found, continue with the route check below.

When the error page cannot be reached

Use the http NotFound (404) row to identify the 404 page message.

  1. Select an error link in the Error type column, then use the matching row:

    If the page displays…Read…
    Page not foundThe route path and Error 404
    Another error messageThe matching message in the Message column

Result: You can identify the error page from Page not found and Error 404, or match another displayed message in the Message column. Continue to What to do next for broader help.

What to do next

Use Getting help when you need help with an application issue. Use Common issues and solutions when you need a broader troubleshooting path.

The Website test setting belongs to website configuration rather than this reference.

Result: You have the matching error message and the next help page for the issue.

Was this page helpful?

Download as PDF
General error messages — SherketyERP