ArchiveError.this
this
(string msg, ArchiveErrorCode code = ArchiveErrorCode.INTERNAL_ERROR,
string file = __FILE__, size_t line = __LINE__, Throwable next = null)Construct an ArchiveError.
Parameters
msg | Human-readable error description. |
code | Portable error code categorizing the failure. |
file | Source file where the error was raised (normally __FILE__). |
line | Source line where the error was raised (normally __LINE__). |
next | Optional cause chain. |