pixelGetExceptionType method

ExceptionType pixelGetExceptionType()

PixelGetExceptionType() the exception type associated with the wand. If no exception has occurred, UndefinedExceptionType is returned.

Implementation

ExceptionType pixelGetExceptionType() => ExceptionType.fromValue(
    _magickWandBindings.PixelGetExceptionType(_wandPtr));