Constructors

Synopses

Declared in <absl/status/statusor.h>

Copy constructor.

Move constructor.

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