#include <userver/storages/postgres/exceptions.hpp>
PostgreSQL composite type has different count of members from the C++ counterpart.
Definition at line 740 of file exceptions.hpp.
Public Member Functions | |
CompositeSizeMismatch (std::size_t pg_size, std::size_t cpp_size, std::string_view cpp_type) | |