Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
pistolero (p@fsebugoutzone.org)'s status on Tuesday, 18-Feb-2025 19:15:34 JST
pistolero# I don't know if "deletion is meaningless in this context" should
# return an error or not. I'm going to gamble and say that "fail
# successfully" is the appropriate course of action but include the
# alternative version as a hedge.
@impl true
def delete_file(_), do: :ok
#def delete_file(_), do: {:error, "This is fine."}