|
ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
|
Contains a OCPP CallError message. More...
#include <call_types.hpp>
Public Member Functions | |
| CallError () | |
| Creates a new CallError message object. | |
| CallError (const MessageId &uniqueId, const std::string &errorCode, const std::string &errorDescription, const json &errorDetails) | |
Creates a new CallResult message object with the given uniqueID errorCode errorDescription and errorDetails. | |
Public Attributes | |
| MessageId | uniqueId |
| std::string | errorCode |
| std::string | errorDescription |
| json | errorDetails |
Contains a OCPP CallError message.