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

Members

Functions

codeName
istring 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
istring func_name;

Last failed function name.

errorNumber
int errorNumber()
failedFunctionName
istring failedFunctionName()

Meta