#include <StorageErrors.hpp>
|
| | StorageError (const QString &, const char *, const std::exception &={})=delete |
| | StorageError (const QString &errorString, const QString &message, const std::exception &root={}) |
| | Fully initialisation constructor.
|
| | Error (const ::QString &message) |
| | Error message constructor.
|
| | Error (const ::QString &message, const std::exception &root) |
| | Error and supplementary context data constructor.
|
| | Error (const char *)=delete |
| | Error (const char *, const std::exception &)=delete |
| const ::QString & | message () const noexcept |
| | An accessor to the error message.
|
◆ StorageError() [1/2]
| drn::storage::StorageError::StorageError |
( |
const QString & | errorString, |
|
|
const QString & | message, |
|
|
const std::exception & | root = {} ) |
Fully initialisation constructor.
- Parameters
-
| errorString | The details about what caused the error. |
| message | The generalised explanation of the error. |
| root | Any root error that caused the error. |
◆ StorageError() [2/2]
| drn::storage::StorageError::StorageError |
( |
const QString & | , |
|
|
const char * | , |
|
|
const std::exception & | = {} ) |
|
delete |