Class RuntimeStatusError (2.23.0-rc)

A runtime error that wraps a google::cloud::Status.

Constructors

RuntimeStatusError(Status)

Constructor from a Status.

Parameter
NameDescription
status Status

Functions

status() const

Returns the original status.

Returns
TypeDescription
Status const &