ZlibException

This exception is thrown when an error occurs in the underlying zlib library. Where possible, it will indicate both the name of the error, and any textural message zlib has provided.

Constructors

this
this(immutable(char)[] msg)
Undocumented in source.
this
this(int code)
Undocumented in source.
this
this(int code, char* msg)
Undocumented in source.

Members

Functions

codeName
immutable(char)[] codeName(int code)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta