24#ifndef MYSQL_SERIALIZATION_SERIALIZATION_ERROR_H
25#define MYSQL_SERIALIZATION_SERIALIZATION_ERROR_H
Error used internally in serialization framework.
Definition: serialization_error.h:43
const Serialization_error_type & get_type() const
Error type accessor.
Definition: serialization_error.cpp:35
Serialization_error_type m_type
Error type.
Definition: serialization_error.h:60
Serialization_error()=default
Error representation used internally in case final error code is unknown and error situation handling...
Definition: error.h:45
error_type
Definition: error.h:36
Serialization_error_type
Possible error codes generated in serialization library.
Definition: serialization_error_type.h:39