|
HDK
|
#include <errors.h>
Inheritance diagram for PcpErrorPropertyPermissionDenied:Public Member Functions | |
| PCP_API | ~PcpErrorPropertyPermissionDenied () override |
| Destructor. More... | |
| PCP_API std::string | ToString () const override |
| Converts error to string message. More... | |
Public Member Functions inherited from PcpErrorBase | |
| virtual PCP_API | ~PcpErrorBase () |
| Destructor. More... | |
Static Public Member Functions | |
| static PcpErrorPropertyPermissionDeniedPtr | New () |
| Returns a new error object. More... | |
Public Attributes | |
| SdfPath | propPath |
| SdfSpecType | propType |
| std::string | layerPath |
Public Attributes inherited from PcpErrorBase | |
| const PcpErrorType | errorType |
| The error code. More... | |
| PcpSite | rootSite |
Additional Inherited Members | |
Protected Member Functions inherited from PcpErrorBase | |
| PcpErrorBase (PcpErrorType errorType) | |
| Constructor. More... | |
|
override |
Destructor.
|
static |
Returns a new error object.
|
overridevirtual |
Converts error to string message.
Implements PcpErrorBase.
| SdfSpecType PcpErrorPropertyPermissionDenied::propType |