struct Core::Text::Json::ErrorHandler

#include <corejsonhandler.h>

struct ErrorHandler
{
    // methods

    virtual void onError(int64 position, CStringPtr errorMessage) = 0;
};

// direct descendants

class ErrorHandler;