![]() |
|
Relocation conflicts with another relocation in the layer stack. More...
#include <errors.h>
Inheritance diagram for PcpErrorInvalidConflictingRelocation:Public Types | |
| enum class | ConflictReason { TargetIsConflictSource , SourceIsConflictTarget , TargetIsConflictSourceDescendant , SourceIsConflictSourceDescendant } |
| Enumeration of reasons a relocate can be in conflict with another relocate. More... | |
Public Member Functions | |
| PCP_API | ~PcpErrorInvalidConflictingRelocation () override |
| Destructor. | |
| PCP_API std::string | ToString () const override |
| Converts error to string message. | |
Public Member Functions inherited from PcpErrorRelocationBase | |
| PCP_API | ~PcpErrorRelocationBase () override |
| Destructor. | |
Public Member Functions inherited from PcpErrorBase | |
| virtual PCP_API | ~PcpErrorBase () |
| Destructor. | |
Static Public Member Functions | |
| static PcpErrorInvalidConflictingRelocationPtr | New () |
| Returns a new error object. | |
Public Attributes | |
| SdfPath | sourcePath |
| The source path of the invalid relocation. | |
| SdfPath | targetPath |
| The target path of the invalid relocation. | |
| SdfLayerHandle | layer |
| The layer containing the authored relocates. | |
| SdfPath | owningPath |
| The path to the prim where the relocates is authored. | |
| SdfPath | conflictSourcePath |
| The source path of the relocation this conflicts with. | |
| SdfPath | conflictTargetPath |
| The target path of the relocation this conflicts with. | |
| SdfLayerHandle | conflictLayer |
| The layer containing the authored relocation this conflicts with. | |
| SdfPath | conflictOwningPath |
| The path to the prim where the relocation this conflicts with is authored. | |
| ConflictReason | conflictReason |
| The reason the relocate is a conflict. | |
Public Attributes inherited from PcpErrorBase | |
| const PcpErrorType | errorType |
| The error code. | |
| PcpSite | rootSite |
| The site of the composed prim or property being computed when the error was encountered. | |
Additional Inherited Members | |
Protected Member Functions inherited from PcpErrorRelocationBase | |
| PcpErrorRelocationBase (PcpErrorType errorType) | |
Protected Member Functions inherited from PcpErrorBase | |
| PcpErrorBase (PcpErrorType errorType) | |
| Constructor. | |
Relocation conflicts with another relocation in the layer stack.
|
strong |
|
override |
Destructor.
|
static |
Returns a new error object.
|
overridevirtual |
Converts error to string message.
Implements PcpErrorBase.
| SdfLayerHandle conflictLayer |
| SdfPath conflictOwningPath |
| ConflictReason conflictReason |
| SdfPath conflictSourcePath |
| SdfPath conflictTargetPath |
| SdfLayerHandle layer |
| SdfPath owningPath |
| SdfPath sourcePath |
| SdfPath targetPath |