openPMD-api
Public Member Functions | Public Attributes | List of all members
openPMD::error::OperationUnsupportedInBackend Class Reference

An operation was requested that is not supported in a specific backend. More...

#include <Error.hpp>

Inheritance diagram for openPMD::error::OperationUnsupportedInBackend:
Inheritance graph
[legend]
Collaboration diagram for openPMD::error::OperationUnsupportedInBackend:
Collaboration graph
[legend]

Public Member Functions

 OperationUnsupportedInBackend (std::string backend_in, std::string const &what)
 
- Public Member Functions inherited from openPMD::Error
virtual const char * what () const noexcept
 
 Error (Error const &)=default
 
 Error (Error &&)=default
 
Erroroperator= (Error const &)=default
 
Erroroperator= (Error &&)=default
 

Public Attributes

std::string backend
 

Additional Inherited Members

- Protected Member Functions inherited from openPMD::Error
 Error (std::string what)
 

Detailed Description

An operation was requested that is not supported in a specific backend.

Example: Append mode is not available in JSON.


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