#include <shoutcc.h>
Public Member Functions | |
| ShoutErr (int n) | |
| Provide default descriptions for libshout2 errors when a library-provided text description is not available. | |
| ShoutErr (int n, std::string e) | |
Public Attributes | |
| int | ern |
| libshout2 error code. See shout.h | |
| std::string | err |
| libshout2 error description. | |
Wherever libshout2 returns error codes, shoutpy throws exceptions.
1.4.7