|
TuttleOFX
1
|
Status error code returned by plug-ins when they are missing host functionality, either an API or some optional functionality (eg: custom params). More...
#include <exceptions.hpp>


Public Member Functions | |
| MissingHostFeature () | |
| MissingHostFeature (const std::string &feature) | |
Status error code returned by plug-ins when they are missing host functionality, either an API or some optional functionality (eg: custom params).
Plug-Ins returning this should post an appropriate error message stating what they are missing.
Definition at line 217 of file exceptions.hpp.
| tuttle::exception::MissingHostFeature::MissingHostFeature | ( | ) | [inline] |
Definition at line 219 of file exceptions.hpp.
References kOfxStatErrMissingHostFeature.
| tuttle::exception::MissingHostFeature::MissingHostFeature | ( | const std::string & | feature | ) | [inline] |
Definition at line 223 of file exceptions.hpp.
References kOfxStatErrMissingHostFeature, and tuttle::quotes().
