#include <error.h>
Public Types | |
| enum | Code { NoError , ResourceError , FormatError , NetworkError , AccessDeniedError , ServiceMissingError , InternalError , OutOfProcessBufferStreamingNotSupported } |
Public Member Functions | |
| Error (Code code=NoError, const QString &message=QString()) | |
| bool | operator== (const Error &o) const |
| Code | code () const |
| bool | isError () const |
| const QString & | message () const |
| QString | toString () const |
|
inline |
Definition at line 50 of file error.h.
Referenced by Error(), lomiri::MediaHub::operator<<(), and operator==().
|
inline |
Definition at line 51 of file error.h.
References NoError.
Referenced by lomiri::MediaHub::PlayerPrivate::onError().
|
inline |
Definition at line 53 of file error.h.
Referenced by Error(), lomiri::MediaHub::operator<<(), and operator==().
|
inline |
|
inline |
Definition at line 55 of file error.h.
Referenced by lomiri::MediaHub::Player::Player().