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

#include <errors.h>

+ Inheritance diagram for PcpErrorArcPermissionDenied:

Public Member Functions

PCP_API ~PcpErrorArcPermissionDenied () 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
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 PcpErrorType errorType
 The error code. More...
 
PcpSite rootSite
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 143 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorArcPermissionDenied::~PcpErrorArcPermissionDenied ( )
override

Destructor.

Member Function Documentation

static PcpErrorArcPermissionDeniedPtr PcpErrorArcPermissionDenied::New ( )
static

Returns a new error object.

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

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

PcpArcType PcpErrorArcPermissionDenied::arcType

The type of arc.

Definition at line 157 of file errors.h.

PcpSite PcpErrorArcPermissionDenied::privateSite

The private, invalid target of the arc.

Definition at line 155 of file errors.h.

PcpSite PcpErrorArcPermissionDenied::site

The site where the invalid arc was expressed.

Definition at line 153 of file errors.h.


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