MarkLogic Connect
MarkLogic Connect Client API Collection
Public Member Functions | List of all members
mlclient::InvalidFormatException Class Reference

Indicates an issue with parsing content. More...

#include <InvalidFormatException.hpp>

Inheritance diagram for mlclient::InvalidFormatException:

Public Member Functions

MLCLIENT_API InvalidFormatException (const std::string &msg)
 

Detailed Description

Indicates an issue with parsing content.

Since
8.0.0
Date
2016-04-24

Indicates that the given content type specific operation failed or could not proceed as the underlying content is not of the correct type, or is corrupted. E.g. you've use an XML function on a JSON document.


The documentation for this class was generated from the following file: