ApplicationGatewayCustomError Class

Customer error of an application gateway.

Inheritance
ApplicationGatewayCustomError

Constructor

ApplicationGatewayCustomError(*, status_code: typing.Union[str, _ForwardRef('ApplicationGatewayCustomErrorStatusCode'), NoneType] = None, custom_error_page_url: typing.Union[str, NoneType] = None, **kwargs)

Parameters

status_code
str or ApplicationGatewayCustomErrorStatusCode

Status code of the application gateway customer error. Possible values include: "HttpStatus403", "HttpStatus502".

custom_error_page_url
str

Error page URL of the application gateway customer error.