 
  
 | Public Member Functions | |
| template<typename S , typename... Args> | |
| State_error (const S &format_str, Args &&... args) | |
| State_error (State_error &&)=default | |
| State_error (const State_error &)=default | |
|  Public Member Functions inherited from PDI::Error | |
| Error (PDI_status_t errcode) | |
| Creates a PDI error without a message.  More... | |
| template<typename S , typename... Args> | |
| Error (PDI_status_t errcode, const S &format_str, Args &&... args) | |
| Creates a PDI error.  More... | |
| Error (PDI_status_t errcode, const char *message) | |
| Creates a PDI error.  More... | |
| const char * | what () const noexcept override | 
| PDI_status_t | status () const noexcept | 
| Returns status of the error.  More... | |
| Additional Inherited Members | |
|  Protected Attributes inherited from PDI::Error | |
| PDI_status_t | m_status | 
| status of the error  More... | |
| std::string | m_what | 
| message of the error  More... | |
| 
 | inline | 
| 
 | default | 
| 
 | default |