HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
validationError.h File Reference
#include "pxr/pxr.h"
+ Include dependency graph for validationError.h:

Go to the source code of this file.

Enumerations

enum  ExecValidationErrorType { ExecValidationErrorType::DataDependencyCycle }
 

Enumeration Type Documentation

Types of errors reported by exec compilation.

Errors are reported by the TF_ERROR macro, for example:

Clients can check if an Exec API reported an error by using a TfErrorMark.

Enumerator
DataDependencyCycle 

Exec compilation encountered a computation that depends on itself.

Definition at line 25 of file validationError.h.