![]() |
Error about an arc that is prohibited due to being internal to an asset. More...
Inheritance diagram for PcpErrorInternalAssetPath:Public Member Functions | |
| PCP_API | ~PcpErrorInternalAssetPath () |
| Destructor. More... | |
| virtual PCP_API std::string | ToString () const |
| Converts error to string message. 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 PcpErrorInternalAssetPathPtr | New () |
| Returns a new error object. More... | |
Public Attributes | |
| PcpSite | site |
| The site where the invalid arc was expressed. More... | |
| SdfPath | targetPath |
| std::string | assetPath |
| std::string | resolvedAssetPath |
| PcpArcType | arcType |
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 PcpErrorBase | |
| PcpErrorBase (TfEnum errorType) | |
| Constructor. More... | |
Error about an arc that is prohibited due to being internal to an asset.
| PCP_API ~PcpErrorInternalAssetPath | ( | ) |
Destructor.
|
static |
Returns a new error object.
|
virtual |
Converts error to string message.
Implements PcpErrorBase.