httpErrorCodeReturnedEquals property

String? httpErrorCodeReturnedEquals
final

The HTTP error code when the redirect is applied. In the event of an error, if the error code equals this value, then the specified redirect is applied. Required when parent element Condition is specified and sibling KeyPrefixEquals is not specified. If both are specified, then both must be true for the redirect to be applied.

Implementation

final String? httpErrorCodeReturnedEquals;