ObjectBox C and C++ API  4.0.3
obx::FeatureNotAvailableException Class Reference

A functionality was invoked that is not part in this edition of ObjectBox. More...

#include <objectbox.hpp>

Inheritance diagram for obx::FeatureNotAvailableException:
Inheritance graph

Public Member Functions

int code () const override
 Always OBX_ERROR_FEATURE_NOT_AVAILABLE. More...
 

Detailed Description

A functionality was invoked that is not part in this edition of ObjectBox.

Member Function Documentation

◆ code()

int obx::FeatureNotAvailableException::code ( ) const
inlineoverridevirtual

Always OBX_ERROR_FEATURE_NOT_AVAILABLE.

Implements obx::Exception.