User avatar
m001 m047 w003 w005 e001 @niko@microspinny.zip
2mo
@sel oh in that case you probably want something like
enum FunctionReturn {
    Success(Vec<Log>),
    ValidationFailed(Vec<Log>),
    Error(Error),
}



and then you can just use
match to operate based on how successful the function was
0
0
1
0

This server's configuration is preventing remotely originating content from being shown. This view may therefore be incomplete.