Previous Topic: Enable Custom Error Messages

Next Topic: Default SPS Error Pages


Default Custom Error Pages

By default, the SPS provides a list of possible request errors that are received from the SPS and web servers. The error messages in the SPSErrorMessages.properties and WebServerErrorMessages.properties files are in the following format:

exception|error code=error message|URL

Where

exception|error code

Defines the exception or the error code that the SPS or web server returns when a user request fails.

Limits: 100 characters

error message|URL

Defines the error message the SPS or web server displays when an exception or error code is returned. You can specify either the error message in plain text or the targeted URL that the user must use.

Limits: 4096 characters