Loading...
Searching...
No Matches
validationError.h
Go to the documentation of this file.
1//
2// Copyright 2025 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_EXEC_EXEC_VALIDATION_ERROR_H
8#define PXR_EXEC_EXEC_VALIDATION_ERROR_H
9
11
12#include "pxr/pxr.h"
13
14PXR_NAMESPACE_OPEN_SCOPE
15
26{
29};
30
31PXR_NAMESPACE_CLOSE_SCOPE
32
33#endif
ExecValidationErrorType
Types of errors reported by exec compilation.
@ DataDependencyCycle
Exec compilation encountered a computation that depends on itself.