![]() |
|
Paths with illegal opinions about private targets. More...
#include <errors.h>
Public Member Functions | |
PCP_API | ~PcpErrorTargetPermissionDenied () override |
Destructor. | |
PCP_API std::string | ToString () const override |
Converts error to string message. | |
![]() | |
PCP_API | ~PcpErrorTargetPathBase () override |
Destructor. | |
![]() | |
virtual PCP_API | ~PcpErrorBase () |
Destructor. | |
virtual std::string | ToString () const =0 |
Converts error to string message. | |
Static Public Member Functions | |
static PcpErrorTargetPermissionDeniedPtr | New () |
Returns a new error object. | |
Additional Inherited Members | |
![]() | |
SdfPath | targetPath |
The invalid target or connection path that was authored. | |
SdfPath | owningPath |
The path to the property where the target was authored. | |
SdfSpecType | ownerSpecType |
The spec type of the property where the target was authored. | |
SdfLayerHandle | layer |
The layer containing the property where the target was authored. | |
SdfPath | composedTargetPath |
The target or connection path in the composed scene. | |
![]() | |
const PcpErrorType | errorType |
The error code. | |
PcpSite | rootSite |
The site of the composed prim or property being computed when the error was encountered. | |
![]() | |
PcpErrorTargetPathBase (PcpErrorType errorType) | |
![]() | |
PcpErrorBase (PcpErrorType errorType) | |
Constructor. | |
|
override |
Destructor.
|
static |
Returns a new error object.
|
overridevirtual |
Converts error to string message.
Implements PcpErrorBase.