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