![]() |
Invalid target or connection path in some scope that points to an object outside of that scope. More...
Inheritance diagram for PcpErrorInvalidExternalTargetPath:Public Member Functions | |
| PCP_API | ~PcpErrorInvalidExternalTargetPath () |
| Destructor. More... | |
| virtual PCP_API std::string | ToString () const |
| Converts error to string message. More... | |
Public Member Functions inherited from PcpErrorTargetPathBase | |
| PCP_API | ~PcpErrorTargetPathBase () |
| Destructor. More... | |
Public Member Functions inherited from PcpErrorBase | |
| virtual PCP_API | ~PcpErrorBase () |
| Destructor. More... | |
| bool | ShouldReportAtMostOnce () const |
| Return true if this type of error should be reported at most once for a given prim. More... | |
Static Public Member Functions | |
| static PcpErrorInvalidExternalTargetPathPtr | New () |
| Returns a new error object. More... | |
Public Attributes | |
| PcpArcType | ownerArcType |
| SdfPath | ownerIntroPath |
Public Attributes inherited from PcpErrorTargetPathBase | |
| SdfPath | targetPath |
| The invalid target or connection path that was authored. More... | |
| SdfPath | owningPath |
| The path to the property where the target was authored. More... | |
| SdfSpecType | ownerSpecType |
| The spec type of the property where the target was authored. More... | |
| SdfLayerHandle | layer |
| The layer containing the property where the target was authored. More... | |
| SdfPath | composedTargetPath |
| The target or connection path in the composed scene. More... | |
Public Attributes inherited from PcpErrorBase | |
| const TfEnum | errorType |
| The error code. More... | |
| PcpSiteStr | rootSite |
| The site of the composed prim or property being computed when the error was encountered. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from PcpErrorTargetPathBase | |
| PcpErrorTargetPathBase (TfEnum errorType) | |
Protected Member Functions inherited from PcpErrorBase | |
| PcpErrorBase (TfEnum errorType) | |
| Constructor. More... | |
Invalid target or connection path in some scope that points to an object outside of that scope.
| PCP_API ~PcpErrorInvalidExternalTargetPath | ( | ) |
Destructor.
|
static |
Returns a new error object.
|
virtual |
Converts error to string message.
Implements PcpErrorBase.