HDK
|
#include <errors.h>
Public Member Functions | |
PCP_API | ~PcpErrorCapacityExceeded () |
Destructor. More... | |
virtual PCP_API std::string | ToString () const |
Converts error to string message. More... | |
![]() | |
virtual PCP_API | ~PcpErrorBase () |
Destructor. More... | |
bool | ShouldReportAtMostOnce () const |
Static Public Member Functions | |
static PcpErrorCapacityExceededPtr | New (PcpErrorType errorType) |
Returns a new error object. More... | |
Additional Inherited Members | |
![]() | |
const TfEnum | errorType |
The error code. More... | |
PcpSiteStr | rootSite |
![]() | |
PcpErrorBase (TfEnum errorType) | |
Constructor. More... | |
Exceeded the capacity for composition arcs at a single site.
PCP_API PcpErrorCapacityExceeded::~PcpErrorCapacityExceeded | ( | ) |
Destructor.
|
static |
Returns a new error object.
|
virtual |
Converts error to string message.
Implements PcpErrorBase.