Relocation conflicts with another relocation in the layer stack.
More...
#include <errors.h>
|
| enum class | ConflictReason { TargetIsConflictSource
, SourceIsConflictTarget
, TargetIsConflictSourceDescendant
, SourceIsConflictSourceDescendant
} |
| | Enumeration of reasons a relocate can be in conflict with another relocate. More...
|
| |
|
| static PcpErrorInvalidConflictingRelocationPtr | New () |
| | Returns a new error object.
|
| |
Relocation conflicts with another relocation in the layer stack.
Definition at line 762 of file errors.h.
◆ ConflictReason
Enumeration of reasons a relocate can be in conflict with another relocate.
Definition at line 791 of file errors.h.
◆ ~PcpErrorInvalidConflictingRelocation()
◆ New()
| static PcpErrorInvalidConflictingRelocationPtr New |
( |
| ) |
|
|
static |
Returns a new error object.
◆ ToString()
| PCP_API std::string ToString |
( |
| ) |
const |
|
overridevirtual |
◆ conflictLayer
| SdfLayerHandle conflictLayer |
The layer containing the authored relocation this conflicts with.
Definition at line 785 of file errors.h.
◆ conflictOwningPath
The path to the prim where the relocation this conflicts with is authored.
Definition at line 787 of file errors.h.
◆ conflictReason
The reason the relocate is a conflict.
Definition at line 799 of file errors.h.
◆ conflictSourcePath
The source path of the relocation this conflicts with.
Definition at line 781 of file errors.h.
◆ conflictTargetPath
The target path of the relocation this conflicts with.
Definition at line 783 of file errors.h.
◆ layer
The layer containing the authored relocates.
Definition at line 776 of file errors.h.
◆ owningPath
The path to the prim where the relocates is authored.
Definition at line 778 of file errors.h.
◆ sourcePath
The source path of the invalid relocation.
Definition at line 772 of file errors.h.
◆ targetPath
The target path of the invalid relocation.
Definition at line 774 of file errors.h.
The documentation for this class was generated from the following file: