|
|
|
|
|
by mh2266
126 days ago
|
|
Is this not `Result<Whatever, List<Error>>`? There's nothing enforcing that the error side needs to be the value-based equivalent of a single instance of an Exception class. The important part is not to expose a "String -> Whatever" function publicly. |
|