ImageMagick returns a status of 0 whenever a command or algorithm successfully complete without complaint. A warning code generally is typically just a notice that something unusual occurred but the command or algorithm still completed and most likely the results are still usable. An error means the command or algorithm could not complete as expected and any results are unreliable. A fatal error means the command or algorithm could not complete and the process exits prematurely and no results are returned.

ImageMagick Error and Warning Codes
DomainDescriptionWarningErrorFatal Error
Successthe command or algorithm completed successfully without complaint000
Resource Limita program resource is exhausted (e.g. not enough memory)300400700
TypeA font is unavailable; a substitution may have occurred305405705
Optiona command-line option was malformed310410710
Delegatean ImageMagick delegate failed to complete315415715
Missing Delegatethe image type can not be read or written because the appropriate Delegate is missing320420720
Corrupt Imagethe image file may be corrupt325425725
FileOpenthe image file could not be opened for reading or writing330430730
Bloba binary large object could not be allocated, read, or written335435735
Streamthere was a problem reading or writing from a stream340440740
Cachepixels could not be read or written to the pixel cache345445745
Coderthere was a problem with an image coder350450750
Modulethere was a problem with an image module355455755
Drawa drawing operation failed360460760
Imagethe operation could not complete due to an incompatible image365465765
Wandthere was a problem specific to the MagickWand API370470770
Randomthere is a problem generating a true or pseudo-random number375475775
XServeran X resource is unavailable380480780
Monitorthere was a problem activating the progress monitor385485785
Registrythere was a problem getting or setting the registry390490790
Configurethere was a problem getting a configuration file395495795
Policya policy denies access to a delegate, coder, filter, path, or resource.399499799
About ImageMagick