ArchiveError.this

this(string msg, ArchiveErrorCode code = ArchiveErrorCode.INTERNAL_ERROR, string file = __FILE__, size_t line = __LINE__, Throwable next = null)

Construct an ArchiveError.

Parameters

msgHuman-readable error description.
codePortable error code categorizing the failure.
fileSource file where the error was raised (normally __FILE__).
lineSource line where the error was raised (normally __LINE__).
nextOptional cause chain.