Structs§
- Error
Code Iter - An iterator over the variants of ErrorCode
- Isize
InPtr - Stores an
isizeas a tagged value inside a pointer. This means that one bit ofisizeisn’t available, and therefore only numbers withinIsizeInPtr::MINandIsizeIntPtr::MAXare convertible. - Thin
ArcOr Int - A type representing either a signed pointer-sized integer (
isize) or a reference-counted pointer (ThinArc<H, T>). - Thin
Status - Holds a non-OK status code (in most cases
ErrorCode), a descriptive string message, and optionally (if enabled by featureuse_any) also[google_cloud_wkt::Any]. - Thin
Status Builder - Allows convenient construction of
ThinStatusinstances. - TryFrom
Isize Error - Returned when a value is out of the range of
IsizeError.
Enums§
- Error
Code - Derived from https://github.com/abseil/abseil-cpp/blob/master/absl/status/status.h. See the link for more information.