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

Arcs that were not made between PcpNodes because of permission restrictions. More...

+ Inheritance diagram for PcpErrorArcPermissionDenied:

Public Member Functions

PCP_API ~PcpErrorArcPermissionDenied ()
 Destructor. More...
 
virtual PCP_API std::string ToString () const
 Converts error to string message. More...
 
- Public Member Functions inherited from PcpErrorBase
virtual PCP_API ~PcpErrorBase ()
 Destructor. More...
 
bool ShouldReportAtMostOnce () const
 Return true if this type of error should be reported at most once for a given prim. More...
 

Static Public Member Functions

static
PcpErrorArcPermissionDeniedPtr 
New ()
 Returns a new error object. More...
 

Public Attributes

PcpSite site
 The site where the invalid arc was expressed. More...
 
PcpSite privateSite
 The private, invalid target of the arc. More...
 
PcpArcType arcType
 The type of arc. More...
 
- Public Attributes inherited from PcpErrorBase
const TfEnum errorType
 The error code. More...
 
PcpSiteStr rootSite
 The site of the composed prim or property being computed when the error was encountered. More...
 

Additional Inherited Members

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

Detailed Description

Arcs that were not made between PcpNodes because of permission restrictions.

Definition at line 158 of file errors.h.

Constructor & Destructor Documentation

Destructor.

Member Function Documentation

static PcpErrorArcPermissionDeniedPtr New ( )
static

Returns a new error object.

virtual PCP_API std::string ToString ( ) const
virtual

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

PcpArcType arcType

The type of arc.

Definition at line 172 of file errors.h.

PcpSite privateSite

The private, invalid target of the arc.

Definition at line 170 of file errors.h.

PcpSite site

The site where the invalid arc was expressed.

Definition at line 168 of file errors.h.


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