#pragma once
#include <apt-pkg/error.h>
#include "rust-apt/src/error.rs"
#include "rust/cxx.h"
#include "types.h"
inline bool pending_error() { return _error->PendingError(); }
inline bool empty() { return _error->empty(); }
Vec<AptError> get_all() noexcept;