ErrorPage

ErrorPage
ErrorPage
JSON Example
{
    "enable": false,
    "error_page_body_ref": "string",
    "error_redirect": "string",
    "index": 0,
    "match": {
        "match_criteria": "string",
        "ranges": [
            {
                "begin": 0,
                "end": 0
            }
        ],
        "status_codes": [
            0
        ]
    }
}
boolean
enable
Optional

Enable or disable the error page. Field introduced in 17.2.4. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
error_page_body_ref
Optional

Custom error page body used to sent to the client. It is a reference to an object of type ErrorPageBody. Field introduced in 17.2.4. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
error_redirect
Optional

Redirect sent to client when match. Field introduced in 17.2.4. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As int32 As int32
index
Optional

Index of the error page. Field introduced in 17.2.4. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

match
Optional

match

Property Of