pub trait ErrorCode { // Required method fn code(&self) -> &'static str; }
Machine-readable code for errors that cross process or API boundaries.
Returns a stable code for control flow and public API responses.