Thrown when a transaction is about to commit but it would exceed the user-defined data size limit. See obx_opt_max_data_size_in_kb() for details. More...
#include <objectbox.hpp>
Public Member Functions | |
int | code () const override |
Always OBX_ERROR_MAX_DATA_SIZE_EXCEEDED. More... | |
Thrown when a transaction is about to commit but it would exceed the user-defined data size limit. See obx_opt_max_data_size_in_kb() for details.
|
inlineoverridevirtual |
Always OBX_ERROR_MAX_DATA_SIZE_EXCEEDED.
Implements obx::Exception.