This file contains the astxx::manager exception classes.
Definition in file error.h.
#include <astxx/exception.h>
#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | astxx |
| namespace | astxx::manager |
Classes | |
| class | astxx::manager::authentication_required |
| An authentication error. More... | |
| class | astxx::manager::empty_header |
| We tried to parse an empty header. More... | |
| class | astxx::manager::error |
| A generic manager error. More... | |
| class | astxx::manager::parse_error |
| A parse error. More... | |
| class | astxx::manager::permission_denied |
| A permission error. More... | |
| class | astxx::manager::unknown_message |
| An unknown message type was recieved. More... | |
Variables | |
| const char * | astxx::manager::authentication_error_string = "Authentication Required" |
| The error strong of the 'Message' header for an authentication required error from asterisk. | |
| const char * | astxx::manager::permission_error_string = "Permission denied" |
| The error string of the 'Message' header for a permission denied error from Asterisk. | |
1.5.6