Fastly Compute C++ SDK
Loading...
Searching...
No Matches
error.h File Reference
#include <fastly/expected.h>
#include <fastly/sdk-sys.h>
#include <string>

Go to the source code of this file.

Classes

class  fastly::error::FastlyError
class  fastly::FastlyError

Namespaces

namespace  fastly
namespace  fastly::error

Typedefs

template<class T>
using fastly::error::expected = tl::expected<T, FastlyError>
template<class T>
using fastly::error::unexpected = tl::unexpected<T>
template<class T>
using fastly::expected
template<class T>
using fastly::unexpected