Accesses the stored error.
Declared in <folly/Expected.h>
Accesses the stored error.
Error&
error() &;
» more...
Accesses the stored error.
Error const&
error() const &;
» more...
Accesses the stored error.
Error&&
error() &&;
» more...
Accesses the stored error.
Error const&&
error() const &&;
» more...