Flyby SDK v1.0.2
Loading...
Searching...
No Matches
flyby::invalid_operation_error Class Referencefinal

An error representing an invalid operation. More...

#include <error.h>

Inheritance diagram for flyby::invalid_operation_error:
Collaboration diagram for flyby::invalid_operation_error:

Public Member Functions

 invalid_operation_error ()
 Default constructor.
 invalid_operation_error (std::string what_arg)
 Reason constructor.
const char * what ()
 Returns the error message.

Detailed Description

An error representing an invalid operation.

Member Function Documentation

◆ what()

const char * flyby::invalid_operation_error::what ( )
inline

Returns the error message.

Returns
The string "Object cannot be parsed correctly."

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