Name
kOfxStatErrUnsupported
— (5), error code for an unsupported feature/operation
Synopsis
#include "ofxCore.h"
#define kOfxStatErrUnsupported ((int) 5)
Description
This is returned by suite functions to indicate an operation is unsupported. For example, a plug-in may attempt to use a custom parameter GUI on a host that does not support it, in which case the host should return
kOfxStatErrUnsupported
when the plug-in does so.