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

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

#include <userver/storages/postgres/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
 

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 705 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ InvalidInputBufferSize()

storages::postgres::InvalidInputBufferSize::InvalidInputBufferSize ( std::size_t  size,
std::string_view  message 
)
inline

Definition at line 707 of file exceptions.hpp.


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