Builds a status representation from an inlined rep and a message.
Declared in <absl/status/status.h>
uintptr_t
MakeStatusRepImpl(
uintptr_t inlined_rep,
StringOrView msg,
absl::SourceLocation loc);
The representation for the resulting status.
| Name | Description |
|---|---|
| inlined_rep | The inlined representation carrying the error code. |
| msg | The error message. |
| loc | The source location of the callsite. |