libmusicbrainz3  3.0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MusicBrainz::ResponseError Class Reference

The returned resource was invalid. More...

Inheritance diagram for MusicBrainz::ResponseError:
MusicBrainz::WebServiceError MusicBrainz::Exception

Public Member Functions

 ResponseError (const std::string &msg=std::string())
- Public Member Functions inherited from MusicBrainz::WebServiceError
 WebServiceError (const std::string &msg=std::string())
- Public Member Functions inherited from MusicBrainz::Exception
 Exception (const std::string &msg=std::string())
virtual ~Exception () throw ()
const char * what () const throw ()

Detailed Description

The returned resource was invalid.

This may be due to a malformed XML document or if the requested data wasn't part of the response. It can only occur in case of bugs in the web service itself.

Constructor & Destructor Documentation

MusicBrainz::ResponseError::ResponseError ( const std::string &  msg = std::string())
inline