Constructor.
[since Esri::ArcGISRuntime 100.3]
Error::Error(QString message, QString additionalMessage, Esri::ArcGISRuntime::ExtendedErrorType extendedErrorType = ExtendedErrorType::None)
Constructor accepting user defined messages.
ExtendedErrorType::None
.This function was introduced in Esri::ArcGISRuntime 100.3.
Error::Error(const Esri::ArcGISRuntime::Error &other)Copy constructor from other Error.
[noexcept]
Error::Error(Esri::ArcGISRuntime::Error &&other)
Move constructor from other Error.
[noexcept]
Error::~Error()
Destructor.
[since Esri::ArcGISRuntime 200.0]
QVariantMap Error::additionalInformation() const
Additional information about the error.
Refer to ErrorInformationKeys for well-known keys that can be used with this map.
This function was introduced in Esri::ArcGISRuntime 200.0.
See also ErrorInformationKeys.
QString Error::additionalMessage() constGets the detailed error message.
Esri::ArcGISRuntime::ErrorDomainType Error::domain() constGets the error domain.
[since Esri::ArcGISRuntime 100.11]
Esri::ArcGISRuntime::ErrorType Error::errorType() const
Gets the type of the error.
If the domain of the error is not ArcGISRuntime
, then this method may convert the code to an enum value that is not the actual error.
This function was introduced in Esri::ArcGISRuntime 100.11.
Esri::ArcGISRuntime::ExtendedErrorType Error::extendedErrorType() constGets the extended error type.
bool Error::isEmpty() constGets whether the object is empty.
Returns true
if empty.
Gets the error message.
[since Esri::ArcGISRuntime 200.2]
Esri::ArcGISRuntime::Error Error::underlyingError() const
Gets the error's underlying error.
This function was introduced in Esri::ArcGISRuntime 200.2.
[noexcept]
Esri::ArcGISRuntime::Error &Error::operator=(Esri::ArcGISRuntime::Error &&other)
Move operator from other Error.
Esri::ArcGISRuntime::Error &Error::operator=(const Esri::ArcGISRuntime::Error &other)Assignment operator from other Error.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4