Loading...
Searching...
No Matches
PcpErrorPropertyPermissionDenied Class Reference

Layers with illegal opinions about private properties. More...

#include <errors.h>

+ Inheritance diagram for PcpErrorPropertyPermissionDenied:

Public Member Functions

PCP_API ~PcpErrorPropertyPermissionDenied () override
 Destructor.
 
PCP_API std::string ToString () const override
 Converts error to string message.
 
- Public Member Functions inherited from PcpErrorBase
virtual PCP_API ~PcpErrorBase ()
 Destructor.
 
virtual std::string ToString () const =0
 Converts error to string message.
 

Static Public Member Functions

static PcpErrorPropertyPermissionDeniedPtr New ()
 Returns a new error object.
 

Public Attributes

SdfPath propPath
 
SdfSpecType propType
 
std::string layerPath
 
- Public Attributes inherited from PcpErrorBase
const PcpErrorType errorType
 The error code.
 
PcpSite rootSite
 The site of the composed prim or property being computed when the error was encountered.
 

Additional Inherited Members

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

Detailed Description

Layers with illegal opinions about private properties.

Definition at line 894 of file errors.h.

Constructor & Destructor Documentation

◆ ~PcpErrorPropertyPermissionDenied()

PCP_API ~PcpErrorPropertyPermissionDenied ( )
override

Destructor.

Member Function Documentation

◆ New()

static PcpErrorPropertyPermissionDeniedPtr 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

◆ layerPath

std::string layerPath

Definition at line 905 of file errors.h.

◆ propPath

SdfPath propPath

Definition at line 903 of file errors.h.

◆ propType

SdfSpecType propType

Definition at line 904 of file errors.h.


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