Skip to main content

CustomErrorPageConfigStrategy

The available strategies for serving a custom error page.

enum CustomErrorPageConfigStrategy {
CUSTOM_FROM_API
CUSTOM_FROM_REPOSITORY
VIP_DEFAULT
}

Values

CustomErrorPageConfigStrategy.CUSTOM_FROM_API

Serve a custom error page stored through the API.

CustomErrorPageConfigStrategy.CUSTOM_FROM_REPOSITORY

Serve a custom error page sourced from the repository.

CustomErrorPageConfigStrategy.VIP_DEFAULT

Serve the default VIP error page.

Member Of

CustomErrorPageConfig object ● UpdateCustomErrorPageConfigInput input