struct Error
Defined at line 213 of file ../../src/lib/zbitl/include/lib/zbitl/view.h
The Error type is returned by take_error() after begin() or an iterator
operator encountered an error. There is always a string description of
the error. Errors arising from Storage access also provide an error
value defined via StorageTraits; see
<lib
/zbitl/storage-traits.h>.
Public Members
basic_string_view zbi_error
uint32_t item_offset
std::optional<typename Traits::error_type> storage_error
Public Methods
auto storage_error_string (typename Traits::error_type error)
Defined at line 214 of file ../../src/lib/zbitl/include/lib/zbitl/view.h