OnErrorType type
定义 OnErrorType 的值。
KnownOnErrorType 可与 OnErrorType 互换使用,此枚举包含服务支持的已知值。
服务支持的已知值
StopProcessingJob:告知服务,如果此 TransformOutput 失败,则可以停止任何其他不完整的 TransformOutput。
ContinueJob:告知服务,如果此 TransformOutput 失败,则允许任何其他 TransformOutput 继续。
type OnErrorType = string