From what I've tested, the `write` function returns `:ok` in case of success. It would be interesting if it returned a tuple `{:ok, object}` containing the object that has been created during this operation.
From what I've tested, the
writefunction returns:okin case of success.It would be interesting if it returned a tuple
{:ok, object}containing the object that has been created during this operation.