struct mola::MapServer::ReturnStatus

Overview

#include <MapServer.h>

struct ReturnStatus
{
    // fields

    bool success = false;
    std::string error_message;
};