Library: Foundation
Package: Core
Header: Poco/Error.h
Description
The Error class provides utility functions for error reporting.
Member Summary
Member Functions: getLastMessage, getMessage, last
Member Functions
getLastMessage
static std::string getLastMessage();
Utility function returning the last error message.
getMessage
static std::string getMessage(
int errorCode
);
Utility function translating numeric error code to string.
last
static int last();
Utility function returning the last error.