|
DocWire SDK
DocWire SDK: Award-winning modern data processing in C++20. SourceForge Community Choice & Microsoft support. AI-driven processing. Supports nearly 100 data formats, including email boxes and OCR. Boost efficiency in text extraction, web data extraction, data mining, document analysis. Offline processing possible for security and confidentiality
|
Uninterpretable data error tag. More...
#include <error_tags.h>
Static Public Member Functions | |
| static constexpr std::string_view | string () |
Uninterpretable data error tag.
This tag is used to add the information that the SDK encountered data that it cannot interpret or understand, which may be due to an incorrect file format, corrupted data, or a limitation of the SDK itself. File should be checked if it's correct. If it's correct then the error can be reported as SDK bug or feature request depending on details.
Existence of this tag can be checked using errors::contains_type<errors::uinterpretable_data> function.
Definition at line 87 of file error_tags.h.