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(string msg)
Undocumented in source.
this
this(int code)
Undocumented in source.
this
this(int code, char* msg)
Undocumented in source.

Members

Functions

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

Inherited Members

From IOException

error_num
int error_num;

Error code

func_name
string func_name;

Last failed function name.

errorNumber
int errorNumber()
failedFunctionName
string failedFunctionName()

Meta