Module opentitanlib::util::status

source ·

Structs

Enums

Functions

Type Definitions

  • 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