12 #ifndef DOCWIRE_ERROR_TAGS_H
13 #define DOCWIRE_ERROR_TAGS_H
15 #include "core_export.h"
16 #include <string_view>
41 static constexpr std::string_view string() {
return "program logic error tag"; }
65 static constexpr std::string_view string() {
return "program corrupted error tag"; }
89 static constexpr std::string_view string() {
return "uninterpretable data error tag"; }
113 static constexpr std::string_view string() {
return "network failure error tag"; }
135 static constexpr std::string_view string() {
return "file encrypted error tag"; }
Provides features for reporting and handling errors with context data using nested exceptions.
File is encrypted error tag.
Network failure error tag.
Program corrupted error tag.
Program logic failure error tag.
Uninterpretable data error tag.