Function pmem::errormsg
[−]
[src]
pub fn errormsg() -> Option<String>
Description of the last error
The error message is thread-local; errors encountered in one thread do not affect its value in other threads. Its content is significant only when the return value of the immediately preceding call to a function indicated an error.