Fastly Compute C++ SDK
Loading...
Searching...
No Matches
fastly::error Namespace Reference

Classes

class  FastlyError

Typedefs

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

Typedef Documentation

◆ expected

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

◆ unexpected

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