Image Template Properties Response Error Handling
data class ImageTemplatePropertiesResponseErrorHandling(val onCustomizerError: String? = null, val onValidationError: String? = null)
Error handling options upon a build failure
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.