HDK
|
#include <errors.h>
Public Member Functions | |
PCP_API | ~PcpErrorInconsistentPropertyType () override |
Destructor. More... | |
PCP_API std::string | ToString () const override |
Converts error to string message. More... | |
![]() | |
PCP_API | ~PcpErrorInconsistentPropertyBase () override |
Destructor. More... | |
![]() | |
virtual PCP_API | ~PcpErrorBase () |
Destructor. More... | |
Static Public Member Functions | |
static PcpErrorInconsistentPropertyTypePtr | New () |
Returns a new error object. More... | |
Public Attributes | |
SdfSpecType | definingSpecType |
The type of the defining spec. More... | |
SdfSpecType | conflictingSpecType |
The type of the conflicting spec. More... | |
![]() | |
std::string | definingLayerIdentifier |
The identifier of the layer with the defining property spec. More... | |
SdfPath | definingSpecPath |
The path of the defining property spec. More... | |
std::string | conflictingLayerIdentifier |
The identifier of the layer with the conflicting property spec. More... | |
SdfPath | conflictingSpecPath |
The path of the conflicting property spec. More... | |
![]() | |
const PcpErrorType | errorType |
The error code. More... | |
PcpSite | rootSite |
Additional Inherited Members | |
![]() | |
PcpErrorInconsistentPropertyBase (PcpErrorType errorType) | |
Constructor. More... | |
![]() | |
PcpErrorBase (PcpErrorType errorType) | |
Constructor. More... | |
|
override |
Destructor.
|
static |
Returns a new error object.
|
overridevirtual |
Converts error to string message.
Implements PcpErrorBase.
SdfSpecType PcpErrorInconsistentPropertyType::conflictingSpecType |
SdfSpecType PcpErrorInconsistentPropertyType::definingSpecType |