MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / EDAMSystemExceptionData

Method EDAMSystemExceptionData

qevercloud/exceptions.h:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 Optional<QString> message;
85 Optional<qint32> rateLimitDuration;
86 explicit EDAMSystemExceptionData(QString err, EDAMErrorCode::type errorCode, Optional<QString> message, Optional<qint32> rateLimitDuration) : EvernoteExceptionData(err), errorCode(errorCode), message(message), rateLimitDuration(rateLimitDuration) {}
87 virtual void throwException() const Q_DECL_OVERRIDE;
88};
89

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected