-
Notifications
You must be signed in to change notification settings - Fork 1
updated error messages #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@ylembachar updated Readme in this same PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some text suggestions, otherwise LGTM.
err := httpError.NewHttpError( | ||
fmt.Sprintf("decryption will happen based on gnosis block time, please try again later after %d seconds", registrationData.Timestamp%5), | ||
"", | ||
http.StatusAccepted, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be a 404 instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was in accordance with what we previously discussed about error code 202 🤔
Co-authored-by: Ulrich Petri <github@ulo.pe>
Co-authored-by: Ulrich Petri <github@ulo.pe>
Co-authored-by: Ulrich Petri <github@ulo.pe>
closes #69
also tackles gnosis block time thing from #56