Authentication error template files

These files display errors that occur during authentication.

Authentication error template files

These files display errors that occur during authentication.

Table 1. Default files in the proper/ directory
Page name File name and macros Description
Access Denied proper/errors/access_denied.html
Macros:
  • @REQ_ADDR@
  • @TIMESTAMP@
Displays a message that the user cannot access the requested resource.
General Error proper/errors/allerror.html
Macros:
  • @REQ_ADDR@
  • @TIMESTAMP@
  • @DETAIL@
  • @EXCEPTION_STACK@
Displays general errors that are not displayed in other template files.
Missing Component Error proper/errors/missingcomponent.html
Macros:
  • @REQ_ADDR@
  • @TIMESTAMP@
  • @DETAIL@
  • @EXCEPTION_MSG@
  • @EXCEPTION_STACK@
Displays an error that the component required to process the request was not correctly configured or was not initialized.
Authentication Required proper/errors/need_authentication.html
Macros:
  • @REQ_ADDR@
  • @TIMESTAMP@
Displays an error that authentication is required to access the requested resource.
Protocol Determination Error proper/errors/noprotdet.html
Macros:
  • @REQ_ADDR@
  • @TIMESTAMP@
  • @EXCEPTION_MSG@
  • @EXCEPTION_STACK@
Displays an error that the access request is to an unknown address. The error might occur because no configured endpoint or protocol exists that is mapped to this endpoint.
Protocol Runtime Error proper/errors/protocol_error.html
Macros:
  • @REQ_ADDR@
  • @TIMESTAMP@
  • @EXCEPTION_MSG@
  • @EXCEPTION_STACK@
Displays errors that an error occurred fulfilling a request to a specified address, and the error was caused by an unexpected error on the protocol module.