SslError is a packed representation of an internal error in the SSL library.
When a function fails, it adds an entry to a per-thread error queue.
SslError::get() can be used to retrive those items in the queue.
As an error might occour deep in the call queue, multiple entries might be
added to the error queue.
The first (least recent) error is the most specific.