TlsError.this
this
(TlsErrorCode code, string msg, string file = __FILE__, size_t line = __LINE__) pure nothrow @safeConstruct a TlsError with the given code and message.
Parameters
code | The TLS error code identifying the failure type. |
msg | The error message describing what went wrong. |
file | Source file where the error originated. |
line | Line number where the error originated. |
this
(string msg, string file = __FILE__, size_t line = __LINE__) pure nothrow @safeConstruct a TlsError with just a message (defaults to INTERNAL_ERROR).
Parameters
msg | The error message describing what went wrong. |
file | Source file where the error originated. |
line | Line number where the error originated. |