class Poco::Error

Overview

The Error class provides utility functions for error reporting. Moreā€¦

#include <Error.h>

class Error
{
public:
    // methods

    static
    int
    last();

    static
    std::string
    getMessage(int errorCode);
};

Detailed Documentation

The Error class provides utility functions for error reporting.

Methods

static
int
last()

Utility function returning the last error.

static
std::string
getMessage(int errorCode)

Utility function translating numeric error code to string.