Returns the chain of source locations recorded in the status.

Synopsis

Declared in <absl/status/statusor.h>

absl::Span<absl::SourceLocation const>
GetSourceLocations() const;

Return Value

A span over the stored source locations.

Created with MrDocs