ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
Public Member Functions | Public Attributes | List of all members
ocpp::CallError Struct Reference

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
 

Detailed Description

Contains a OCPP CallError message.


The documentation for this struct was generated from the following files: