Flyby SDK v1.0.2
Loading...
Searching...
No Matches
error.h File Reference
#include <exception>
#include <stdexcept>
#include <utility>
Include dependency graph for error.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  flyby::not_implemented_error
 An error representing a function that is not implemented. More...
class  flyby::not_available_error
 An error representing a server call that is unavailable. More...
class  flyby::parse_error
 An error representing a parsing failure. More...
class  flyby::invalid_operation_error
 An error representing an invalid operation. More...

Detailed Description

Author
Micky Abir <[email protected]>

This file contains error classes for common errors found in the SDK.