#include <ders/error.hpp>
#include <errno.h>
#include <ders/text_buf.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ders |
Functions | |
sh_text | ders::error_message (mem_pool &mp, error err) |
Returns error message for passed error. | |
error | ders::convert_errno (int val) |
Converts implementation dependand errno value to error code. | |
shException | ders::newErrorException (mem_pool &mp, const FileLine &loc, const ch_rng &msg, error err) |
shException | ders::newErrorException (const FileLine &loc, const ch_rng &msg, error err, shException nest) |
Definition in file error.cpp.