1#ifndef TENDUKE_EE_LICENSING_LICENSINGRESPONSE_H
2#define TENDUKE_EE_LICENSING_LICENSINGRESPONSE_H
4#include "./LicensingError.h"
50 const std::map<std::string, tenduke::ee::licensing::LicensingError>
errors;
Response from tenduke::ee::licensing::LicensingRequest.
Definition LicensingResponse.h:17
LicensingResponse(const std::map< std::string, tenduke::ee::licensing::LicensingError > &errors)
Constructs new instance.
Definition LicensingResponse.h:23
virtual bool failed()=0
Checks if request failed.
const std::map< std::string, tenduke::ee::licensing::LicensingError > errors
Errors of this response.
Definition LicensingResponse.h:50
bool hasErrors() const
Checks if there are any errors.
Definition LicensingResponse.h:42
Classes, functions and globals related to 10Duke Enterprise licensing.
Definition AuthzLicensingClient.h:13
Classes, functions and globals of 10Duke Enterprise C++ Client.
Definition APIRequest.h:4
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4