ApplicationGatewayCustomErrorOutput interface
應用程式閘道的客戶錯誤。
屬性
| custom |
應用程式閘道客戶錯誤的錯誤頁面 URL。 |
| status |
應用程式閘道客戶錯誤的狀態代碼。 |
屬性詳細資料
customErrorPageUrl
應用程式閘道客戶錯誤的錯誤頁面 URL。
customErrorPageUrl?: string
屬性值
string
statusCode
應用程式閘道客戶錯誤的狀態代碼。
statusCode?: "HttpStatus403" | "HttpStatus502"
屬性值
"HttpStatus403" | "HttpStatus502"