pub const EX_SOFTWARE: i32 = 70;Expand description
Internal software failure with no user-fixable input (CSPRNG unavailable).
G-ERR-R01: distinct from EX_UNAVAILABLE because waiting does not help —
nothing the caller can change makes the next attempt succeed.