ApplicationGatewayCustomErrorResponse

data class ApplicationGatewayCustomErrorResponse(val customErrorPageUrl: String? = null, val statusCode: String? = null)

Customer error of an application gateway.

Constructors

Link copied to clipboard
constructor(customErrorPageUrl: String? = null, statusCode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error page URL of the application gateway customer error.

Link copied to clipboard
val statusCode: String? = null

Status code of the application gateway customer error.