ERROR packet payload. More...
#include <Protocol.hpp>
Collaboration diagram for rnp::PacketError:Public Attributes | |
| std::uint16_t | errorCode |
| std::uint16_t | msgLen |
| std::string | description |
ERROR packet payload.
Definition at line 216 of file Protocol.hpp.
| std::string rnp::PacketError::description |
Definition at line 220 of file Protocol.hpp.
Referenced by rnp::Serializer::deserializeError(), eng::AsioClient::handleError(), and rnp::Serializer::serializeError().
| std::uint16_t rnp::PacketError::errorCode |
Definition at line 218 of file Protocol.hpp.
Referenced by rnp::Serializer::deserializeError(), eng::AsioClient::handleError(), srv::AsioServer::sendError(), and rnp::Serializer::serializeError().
| std::uint16_t rnp::PacketError::msgLen |
Definition at line 219 of file Protocol.hpp.
Referenced by rnp::Serializer::deserializeError(), and rnp::Serializer::serializeError().