ErrorMapping
This type is a class for model objects.
@since 7.0.0 Enables an administrator to define HTTP error code to static file mappings. The proxy server will send the contents of the file to the client when if it encounters the corresponding error code.
Package: proxy
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Collection attributes having this type:
LocalErrorPagePolicy.errorMappings
Attributes Summary statusCode : EString @since 7.0.0 A integer value representing an HTTP error code. Valid values are between the range of 400 and 500 inclusive. The wildcard character * can be used as a catch all. The wildcard character an also be used as the last charater for example, a status code of 5* would apply to all HTTP error codes that start with the number 5. URL : EString @since 7.0.0 The fully qualified file system location to the file.
Attribute Details
statusCode - @since 7.0.0 A integer value representing an HTTP error code. Valid values are between the range of 400 and 500 inclusive. The wildcard character * can be used as a catch all. The wildcard character an also be used as the last charater for example, a status code of 5* would apply to all HTTP error codes that start with the number 5.
Data Type: EString
Default value: *
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
URL - @since 7.0.0 The fully qualified file system location to the file.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
(C) COPYRIGHT International Business Machines Corp. 1996-2006