OnBuildError type

Error handling behavior upon build failure
KnownOnBuildError can be used interchangeably with OnBuildError, this enum contains the known values that the service supports.

Known values supported by the service

cleanup: cleanup
abort: abort

type OnBuildError = string