userver: storages::postgres::InvalidInputBufferSize Class Reference
Loading...
Searching...
No Matches
storages::postgres::InvalidInputBufferSize Class Reference

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

Detailed Description

Buffer size is invalid for a fixed-size type. Can occur when a wrong field type is requested for reply.

Definition at line 689 of file exceptions.hpp.

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

Public Member Functions

 InvalidInputBufferSize (std::size_t size, std::string_view message)
 
- Public Member Functions inherited from storages::postgres::ResultSetError
 ResultSetError (std::string msg)
 
void AddMsgSuffix (std::string_view str)
 
const char * what () const noexcept override
 

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