ProcessorErrorReason
public enum ProcessorErrorReason
Represents the error reason during image processing phase.
- processingFailed: Image processing fails. There is no valid output image from the processor. Code 4001.
-
Image processing fails. There is no valid output image from the processor. Code 4001.
- processor: The
ImageProcessor
used to process the image or its data initem
. - item: The image or its data content.
Declaration
Swift
case processingFailed(processor: ImageProcessor, item: ImageProcessItem)
- processor: The