Structs§
- Hold a completely decoded status.
- Hold a status creation record as stored in the special ELF section of an executable.
- Hold a collection of status creation records
Enums§
Functions§
Type Aliases§
- We use the error category codes from absl_status.h. We build a packed status value that identifies the source of the error (in the form of the module identifier and line number).
- This enum was taken directly from the abseil-cpp library: https://github.com/abseil/abseil-cpp/blob/master/absl/status/status.h