Loading...
Searching...
No Matches
PcpErrorInconsistentAttributeType Class Reference

Attributes that have specs with conflicting definitions. More...

#include <errors.h>

Inherits PcpErrorInconsistentPropertyBase.

Public Member Functions

PCP_API ~PcpErrorInconsistentAttributeType () override
 Destructor.
 
PCP_API std::string ToString () const override
 Converts error to string message.
 

Static Public Member Functions

static PcpErrorInconsistentAttributeTypePtr New ()
 Returns a new error object.
 

Public Attributes

TfToken definingValueType
 The value type from the defining spec.
 
TfToken conflictingValueType
 The value type from the conflicting spec.
 

Detailed Description

Attributes that have specs with conflicting definitions.

Definition at line 255 of file errors.h.

Constructor & Destructor Documentation

◆ ~PcpErrorInconsistentAttributeType()

PCP_API ~PcpErrorInconsistentAttributeType ( )
override

Destructor.

Member Function Documentation

◆ New()

static PcpErrorInconsistentAttributeTypePtr New ( )
static

Returns a new error object.

◆ ToString()

PCP_API std::string ToString ( ) const
overridevirtual

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

◆ conflictingValueType

TfToken conflictingValueType

The value type from the conflicting spec.

Definition at line 268 of file errors.h.

◆ definingValueType

TfToken definingValueType

The value type from the defining spec.

Definition at line 266 of file errors.h.


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