CustomErrorPageConfig
The custom error page configuration for an environment.
type CustomErrorPageConfig {
content: String
strategy: CustomErrorPageConfigStrategy!
suggestedContentFromRepo: String
}
Fields
CustomErrorPageConfig.content ● String scalar common
The custom error page content stored in the API, when applicable.
CustomErrorPageConfig.strategy ● CustomErrorPageConfigStrategy! non-null enum common
The strategy used to source the custom error page.
CustomErrorPageConfig.suggestedContentFromRepo ● String scalar common
Suggested custom error page content found in the connected repository.
Returned By
updateCustomErrorPageConfig mutation
Member Of
AppEnvironment object