You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a factory returns result(unit, string).
For better console output result(list(string), list(string)) is desired. Ok will hold a list of the fabrics' name which was processed sucessfuly by the factory. Error will hold a list of tuples holding fabrics name and a list of errors per fabric.
The text was updated successfully, but these errors were encountered:
Currently a factory returns
result(unit, string)
.For better console output
result(list(string), list(string))
is desired.Ok
will hold a list of the fabrics' name which was processed sucessfuly by the factory.Error
will hold a list of tuples holding fabrics name and a list of errors per fabric.The text was updated successfully, but these errors were encountered: