HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PcpErrorInconsistentPropertyType Class Reference

#include <errors.h>

+ Inheritance diagram for PcpErrorInconsistentPropertyType:

Public Member Functions

PCP_API ~PcpErrorInconsistentPropertyType () override
 Destructor. More...
 
PCP_API std::string ToString () const override
 Converts error to string message. More...
 
- Public Member Functions inherited from PcpErrorInconsistentPropertyBase
PCP_API ~PcpErrorInconsistentPropertyBase () override
 Destructor. More...
 
- Public Member Functions inherited from PcpErrorBase
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...
 
- Public Attributes inherited from PcpErrorInconsistentPropertyBase
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...
 
- Public Attributes inherited from PcpErrorBase
const PcpErrorType errorType
 The error code. More...
 
PcpSite rootSite
 

Additional Inherited Members

- Protected Member Functions inherited from PcpErrorInconsistentPropertyBase
 PcpErrorInconsistentPropertyBase (PcpErrorType errorType)
 Constructor. More...
 
- Protected Member Functions inherited from PcpErrorBase
 PcpErrorBase (PcpErrorType errorType)
 Constructor. More...
 

Detailed Description

Properties that have specs with conflicting definitions.

Definition at line 221 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorInconsistentPropertyType::~PcpErrorInconsistentPropertyType ( )
override

Destructor.

Member Function Documentation

static PcpErrorInconsistentPropertyTypePtr PcpErrorInconsistentPropertyType::New ( )
static

Returns a new error object.

PCP_API std::string PcpErrorInconsistentPropertyType::ToString ( ) const
overridevirtual

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

SdfSpecType PcpErrorInconsistentPropertyType::conflictingSpecType

The type of the conflicting spec.

Definition at line 234 of file errors.h.

SdfSpecType PcpErrorInconsistentPropertyType::definingSpecType

The type of the defining spec.

Definition at line 232 of file errors.h.


The documentation for this class was generated from the following file: