Aktualizr
C++ SOTA Client
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
event::Error Class Reference

An error occurred processing a command. More...

#include <events.h>

Inheritance diagram for event::Error:
[legend]
Collaboration diagram for event::Error:
[legend]

Public Member Functions

 Error (std::string)
 
std::string toJson () override
 
- Public Member Functions inherited from event::BaseEvent
 BaseEvent (std::string variant_in)
 
virtual std::string toJson (Json::Value json)
 

Static Public Member Functions

static Error fromJson (const std::string &)
 

Public Attributes

std::string message
 
- Public Attributes inherited from event::BaseEvent
std::string variant
 

Detailed Description

An error occurred processing a command.

Definition at line 34 of file events.h.


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