class ErrorCache |
|
|
|
Reset the error for the current thread to no error. |
|
Get the last error that occured in the current thread. |
|
Set the last occured error. This method is const to allow setting of errors in all types of methods. The last error is as such a mutable property. |
|
Convenience method to set simple string error messages with a default error code ErrorUnknown. |