ff icon indicating copy to clipboard operation
ff copied to clipboard

Proper error messages

Open cblp opened this issue 6 years ago • 2 comments

Distinguish these cases in error messages:

  • a document doesn't exist
  • a document is invalid
  • a document is tracked
  • a document is archived

cblp avatar Sep 01 '18 18:09 cblp

Is it about own error type or more?

willbasky avatar Oct 09 '19 17:10 willbasky

This is about UI.

What we have now:

$ ff show foo
ff: Error "Document with id note/foo has not found." []

What a user expects:

$ ff show foo
ff: Document with id note/foo has not found.

cblp avatar Oct 09 '19 20:10 cblp