1#ifndef __ARGUMENTTOOBIG_HPP
2#define __ARGUMENTTOOBIG_HPP
4#include <stumpless/error.h>
5#include <stumpless/StumplessException.hpp>
A provided argument was too big, for example to fit into a buffer target.
Definition ArgumentTooBig.hpp:12
ArgumentTooBig(struct stumpless_error *equivalent)
A general problem has been encountered by the library.
Definition StumplessException.hpp:13
struct stumpless_error * equivalent
Definition StumplessException.hpp:16
Definition AddressFailure.hpp:7