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

#include <errors.h>

+ Inheritance diagram for PcpErrorInconsistentAttributeType:

Public Member Functions

PCP_API ~PcpErrorInconsistentAttributeType () 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
PcpErrorInconsistentAttributeTypePtr 
New ()
 Returns a new error object. More...
 

Public Attributes

TfToken definingValueType
 The value type from the defining spec. More...
 
TfToken conflictingValueType
 The value type from 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

Attributes that have specs with conflicting definitions.

Definition at line 252 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorInconsistentAttributeType::~PcpErrorInconsistentAttributeType ( )
override

Destructor.

Member Function Documentation

static PcpErrorInconsistentAttributeTypePtr PcpErrorInconsistentAttributeType::New ( )
static

Returns a new error object.

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

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

TfToken PcpErrorInconsistentAttributeType::conflictingValueType

The value type from the conflicting spec.

Definition at line 265 of file errors.h.

TfToken PcpErrorInconsistentAttributeType::definingValueType

The value type from the defining spec.

Definition at line 263 of file errors.h.


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