ApplicationGatewayCustomErrorOutput interface
Customer error of an application gateway.
Properties
| custom |
Error page URL of the application gateway customer error. |
| status |
Status code of the application gateway customer error. |
Property Details
customErrorPageUrl
Error page URL of the application gateway customer error.
customErrorPageUrl?: string
Property Value
string
statusCode
Status code of the application gateway customer error.
statusCode?: "HttpStatus403" | "HttpStatus502"
Property Value
"HttpStatus403" | "HttpStatus502"