ArcGIS Procedural Runtime
3.2.10650
|
#include <CGAError.h>
Public Member Functions | |
AssetError (prt::CGAErrorLevel lev, const std::wstring &key, const prtx::URIPtr &uri, const std::wstring &message) | |
Public Attributes | |
std::wstring | mErrorMessage |
The error message. | |
std::wstring | mKey |
The culprit key into the ResolveMap. | |
prt::CGAErrorLevel | mLevel |
The error level. | |
prtx::URIPtr | mURI |
The culprit URI. | |
Class to describe an Asset error. These are typically issued by a decoder.