Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Related Pages: Field Validation Empty States

...

Type

Usage

Illustration

Icon

Full page request (HTTP)

Partial page request (AJAX)

401 Unauthorized

Bad, missing, or expired token, causing an authentication failure (e.g login has timed out).

N/A

N/A

Redirect to Login page.

Once login is complete, redirect back to originating page.

Redirect to Login page.

Once login is complete, redirect back to originating page.

403 Forbidden

The user does not have permission to access a resource (e.g an administrator-only page).

Render the LUX frame, including the VerinTop.

Replace the full content area with the error message.

Render the permitted areas of the interface.

Show the error message within the container area.

404 Not Found

Page or resource not found. Use when a URL or API is called that the server finds no page or resource for.

N/A

The full page should be replaced by the error message.

Do not render the LUX frame.

Render the LUX frame, including the VerinTop.

Show the error message within the container area.

5XX Server Error

Server infrastructure errors. Use when the server is unable to respond for various reasons.

N/A

The full page should be replaced by the error message.

Do not render the LUX frame.

The full page should be replaced by the error message.

Do not render the LUX frame.

Generic

Catch all. Use when none of the system errors above are suitable.

Image Removed

Image Added

The full page should be replaced by the error message.

Do not render the LUX frame.

Render the LUX frame, including the VerinTop.

Show the error message within the container area.

...