A value that is either void or an error
void
Construct success with {} and an error with { err: ... }
{}
{ err: ... }
A value that is either
void
or an errorConstruct success with
{}
and an error with{ err: ... }