24#ifndef MYSQL_SERIALIZATION_SERIALIZATION_ERROR_TYPE_H
25#define MYSQL_SERIALIZATION_SERIALIZATION_ERROR_TYPE_H
Serialization_error_type
Possible error codes generated in serialization library.
Definition: serialization_error_type.h:39
@ unknown_field
unknown field found in the data stream
@ out_of_memory
cannot allocate memory
@ data_integrity_error
corrupted data, unexpected value found
@ field_id_mismatch
field id read does not match expected field id
@ archive_write_error
Cannot write data to the stream.
@ corrupted_field
cannot read field, corrupted stream
@ archive_read_error
Cannot read data from the stream.