ImageTemplatePropertiesResponseErrorHandling

data class ImageTemplatePropertiesResponseErrorHandling(val onCustomizerError: String? = null, val onValidationError: String? = null)

Error handling options upon a build failure

Constructors

constructor(onCustomizerError: String? = null, onValidationError: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If there is a customizer error and this field is set to 'cleanup', the build VM and associated network resources will be cleaned up. This is the default behavior. If there is a customizer error and this field is set to 'abort', the build VM will be preserved.

Link copied to clipboard

If there is a validation error and this field is set to 'cleanup', the build VM and associated network resources will be cleaned up. This is the default behavior. If there is a validation error and this field is set to 'abort', the build VM will be preserved.