10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::se::licensing::LicenseReleaseError Class Reference

#include <LicenseReleaseError.h>

Detailed Description

Describes error in license release at lease level.

The release request may release 1-n leases. Each one of them either succeeds or fails individually.

Inheritance diagram for tenduke::se::licensing::LicenseReleaseError:
tenduke::se::licensing::LicensingError

Public Member Functions

 LicenseReleaseError (const std::string &errorCode, const std::string &errorDescription)
 Constructs new instance.
 
- Public Member Functions inherited from tenduke::se::licensing::LicensingError
 LicensingError (std::string errorCode, std::string errorDescription)
 Constructs new instance.
 

Additional Inherited Members

- Public Attributes inherited from tenduke::se::licensing::LicensingError
const std::string errorCode
 Error code.
 
const std::string errorDescription
 Description.
 

Constructor & Destructor Documentation

◆ LicenseReleaseError()

tenduke::se::licensing::LicenseReleaseError::LicenseReleaseError ( const std::string &  errorCode,
const std::string &  errorDescription 
)
inline

Constructs new instance.

Parameters
errorCode-
errorDescription-

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