userver: storages::postgres::BitStringOverflow Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::postgres::BitStringOverflow Class Reference

#include <userver/storages/postgres/exceptions.hpp>

Detailed Description

Value in PostgreSQL binary buffer cannot be represented by a given C++ type.

Definition at line 856 of file exceptions.hpp.

+ Inheritance diagram for storages::postgres::BitStringOverflow:
+ Collaboration diagram for storages::postgres::BitStringOverflow:

Public Member Functions

 BitStringOverflow (std::size_t actual, std::size_t expected)
 

The documentation for this class was generated from the following file: