Constructs the exception from the associated error status.
Synopsis
Declared in <absl/status/statusor.h>
explicit
BadStatusOrAccess(absl::Status status);
Parameters
Name |
Description |
status |
The non‐ok status describing the failing access. |
Created with MrDocs