Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
|
A runtime error that wraps a google::cloud::Status
.
More...
#include <google/cloud/status.h>
Public Member Functions | |
RuntimeStatusError (Status status) | |
Constructor from a Status . More... | |
Status const & | status () const |
Returns the original status. More... | |
A runtime error that wraps a google::cloud::Status
.
|
explicit |
Constructor from a Status
.
|
inline |
Returns the original status.