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