Represents a failed outcome of a Result, holding a CheckedError of type E.
E
This type ensures errors are checked, distinguishing between expected errors of type E and unexpected runtime failures wrapped in ResultError.
Represents a failed outcome of a Result, holding a CheckedError of type
E
.This type ensures errors are checked, distinguishing between expected errors of type
E
and unexpected runtime failures wrapped in ResultError.