Constructors
Declared in <absl/status/statusor.h>
Copy constructor.
BadStatusOrAccess(BadStatusOrAccess const& other);
» more...
Move constructor.
BadStatusOrAccess(BadStatusOrAccess&& other);
» more...
Constructs the exception from the associated error status.
explicit
BadStatusOrAccess(absl::Status status);
» more...
| Name | Description |
|---|---|
| other | The exception object to copy from. |
| status | The non-ok status describing the failing access. |