diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-30 22:45:46 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-30 22:45:46 +0200 |
commit | b09d20111227be5e6d5126ec905b44a7a4e96b0d (patch) | |
tree | 955fc6be7fb1e364a1d51bcca89080ea0cfa46bc /issues/improve-error-messages.md | |
parent | 146cd30b9eb17dd3fa5c49c844c6045d62e54a7c (diff) |
move issues to a common pad
Diffstat (limited to 'issues/improve-error-messages.md')
-rw-r--r-- | issues/improve-error-messages.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/issues/improve-error-messages.md b/issues/improve-error-messages.md deleted file mode 100644 index 773d2d7..0000000 --- a/issues/improve-error-messages.md +++ /dev/null @@ -1,16 +0,0 @@ -**Title:** Improve error messages </br> -**Date:** 2021-12-09 </br> - -# Summary -Error messages that are returned by the log need to be looked-over. - -# Description -Some error messages are too verbose and may even span multiple lines. Error -messages that span multiple lines violate the Sigsum API specification. This -issue requires seeing over what error messages are currently returned, then -ensuring that what becomes externally visible is appropriate. - -Examples of appropriate error messages: -- `Error=unknown witness with key hash $hash` -- `Error=invalid tree head signature for tree head with timestamp $t` -- `Error=rate limit exceeded for $domain_hint` |