InvalidOperationError indicates the API was used in an invalid way.
More...
#include <error.h>
|
| InvalidOperationError (const std::string &msg_, const std::string &context_, const char *error_string_) |
| Private constructor for use by remote backend. More...
|
|
| InvalidOperationError (const std::string &msg_, const std::string &context_, const char *type_, const char *error_string_) |
| Constructor for use by constructors of derived classes. More...
|
|
| InvalidOperationError (const std::string &msg_, const std::string &context_, const char *type_, int errno_) |
| Constructor for use by constructors of derived classes. More...
|
|
InvalidOperationError indicates the API was used in an invalid way.
Definition at line 283 of file error.h.
◆ InvalidOperationError() [1/5]
Xapian::InvalidOperationError::InvalidOperationError |
( |
const std::string & |
msg_, |
|
|
const std::string & |
context_, |
|
|
const char * |
error_string_ |
|
) |
| |
|
inlineprivate |
Private constructor for use by remote backend.
- Parameters
-
error_string_ | Optional string describing error. May be NULL. |
Definition at line 290 of file error.h.
◆ InvalidOperationError() [2/5]
Xapian::InvalidOperationError::InvalidOperationError |
( |
const std::string & |
msg_, |
|
|
const std::string & |
context_ = std::string() , |
|
|
int |
errno_ = 0 |
|
) |
| |
|
inlineexplicit |
General purpose constructor.
- Parameters
-
msg_ | Message giving details of the error, intended for human consumption. |
context_ | Optional context information for this error. |
errno_ | Optional errno value associated with this error. |
Definition at line 299 of file error.h.
◆ InvalidOperationError() [3/5]
Xapian::InvalidOperationError::InvalidOperationError |
( |
const std::string & |
msg_, |
|
|
int |
errno_ |
|
) |
| |
|
inline |
Construct from message and errno value.
- Parameters
-
msg_ | Message giving details of the error, intended for human consumption. |
errno_ | Optional errno value associated with this error. |
Definition at line 307 of file error.h.
◆ InvalidOperationError() [4/5]
Xapian::InvalidOperationError::InvalidOperationError |
( |
const std::string & |
msg_, |
|
|
const std::string & |
context_, |
|
|
const char * |
type_, |
|
|
const char * |
error_string_ |
|
) |
| |
|
inlineprivate |
Constructor for use by constructors of derived classes.
Definition at line 313 of file error.h.
◆ InvalidOperationError() [5/5]
Xapian::InvalidOperationError::InvalidOperationError |
( |
const std::string & |
msg_, |
|
|
const std::string & |
context_, |
|
|
const char * |
type_, |
|
|
int |
errno_ |
|
) |
| |
|
inlineprivate |
Constructor for use by constructors of derived classes.
Definition at line 319 of file error.h.
The documentation for this class was generated from the following file: