|
HDK
|
#include <errors.h>
Inheritance diagram for PcpErrorInvalidAuthoredRelocation:Public Member Functions | |
| PCP_API | ~PcpErrorInvalidAuthoredRelocation () override |
| Destructor. More... | |
| PCP_API std::string | ToString () const override |
| Converts error to string message. More... | |
Public Member Functions inherited from PcpErrorRelocationBase | |
| PCP_API | ~PcpErrorRelocationBase () override |
| Destructor. More... | |
Public Member Functions inherited from PcpErrorBase | |
| virtual PCP_API | ~PcpErrorBase () |
| Destructor. More... | |
Static Public Member Functions | |
| static PcpErrorInvalidAuthoredRelocationPtr | New () |
| Returns a new error object. More... | |
Public Attributes | |
| SdfPath | sourcePath |
| The source path of the invalid relocation. More... | |
| SdfPath | targetPath |
| The target path of the invalid relocation. More... | |
| SdfLayerHandle | layer |
| The layer containing the authored relocates. More... | |
| SdfPath | owningPath |
| The path to the prim where the relocates is authored. More... | |
| std::string | messages |
| Additional messages about the error. More... | |
Public Attributes inherited from PcpErrorBase | |
| const PcpErrorType | errorType |
| The error code. More... | |
| PcpSite | rootSite |
Additional Inherited Members | |
Protected Member Functions inherited from PcpErrorRelocationBase | |
| PcpErrorRelocationBase (PcpErrorType errorType) | |
Protected Member Functions inherited from PcpErrorBase | |
| PcpErrorBase (PcpErrorType errorType) | |
| Constructor. More... | |
|
override |
Destructor.
|
static |
Returns a new error object.
|
overridevirtual |
Converts error to string message.
Implements PcpErrorBase.
| SdfLayerHandle PcpErrorInvalidAuthoredRelocation::layer |
| std::string PcpErrorInvalidAuthoredRelocation::messages |
| SdfPath PcpErrorInvalidAuthoredRelocation::owningPath |
| SdfPath PcpErrorInvalidAuthoredRelocation::sourcePath |
| SdfPath PcpErrorInvalidAuthoredRelocation::targetPath |