Share via


ApplicationGatewayCustomErrorOutput interface

Customer error of an application gateway.

Properties

customErrorPageUrl

Error page URL of the application gateway customer error.

statusCode

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"