1Xapian::Error(3)      User Contributed Perl Documentation     Xapian::Error(3)
2
3
4

NAME

6       Search::Xapian::Error - Base class for all exceptions in Search::Xapian
7

DESCRIPTION

9       This is an abstract class in C++, i.e. it cannot be instantiated
10       directly.  In Perl there is no such concept, but you should not need to
11       create instances of this class yourself.
12

METHODS

14       All exception objects have the following methods
15
16   get_msg
17       Returns a string with a descriptive error message, useful for
18       outputting
19
20   get_type
21       The type of this error (e.g. "DocNotFoundError").
22
23   get_context
24       Optional context information, returned as a string
25
26   get_error_string
27       Returns any error string from errno or similar associated with this
28       error
29
30
31
32perl v5.30.0                      2019-07-26                  Xapian::Error(3)
Impressum