18 #ifndef PRTX_CGAERROR_H_ 19 #define PRTX_CGAERROR_H_ 23 #include "prt/CGAErrorLevel.h" 34 typedef std::shared_ptr<CGAError> CGAErrorPtr;
35 typedef std::vector<CGAErrorPtr> CGAErrorPtrVector;
53 typedef std::shared_ptr<AssetError> AssetErrorPtr;
54 typedef std::vector<AssetErrorPtr> AssetErrorPtrVector;
prtx::URIPtr mURI
The culprit URI.
Definition: CGAError.h:66
prt::CGAErrorLevel mLevel
The error level.
Definition: CGAError.h:64
Definition: CGAError.h:41
The Procedural Runtime eXtension namespace. The prtx namespace contains the tools to extend the Proce...
Definition: AnnotationBuilder.h:35
std::shared_ptr< URI > URIPtr
shared pointer implementation of prtx::URI
Definition: URI.h:37
Definition: CGAError.h:59
std::wstring mErrorMessage
The error message.
Definition: CGAError.h:49
prt::CGAErrorLevel mLevel
The error level.
Definition: CGAError.h:46
std::wstring mKey
The culprit key into the ResolveMap.
Definition: CGAError.h:65
int32_t mMethodId
The method id.
Definition: CGAError.h:47
CGAErrorLevel
Definition: CGAErrorLevel.h:27
std::wstring mErrorMessage
The error message.
Definition: CGAError.h:67
int32_t mPC
The SPU program counter.
Definition: CGAError.h:48