Name

kOfxStatErrExists — (6), something already exists.

Synopsis

#include "ofxCore.h"
#define kOfxStatErrExists  ((int) 6) 

Description

This error code is returned from a host function when a plug-in attempts to create an object that already exists. For example, a plug-in attempting to create two parameters with the same name, as the name of a parameter is what defines it.