-
Notifications
You must be signed in to change notification settings - Fork 27
feat(specs): detail perso error codes [PRED-3384] #4413
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
Conversation
✔️ Code generated!
|
| @@ -1,5 +1,17 @@ | |||
| description: Invalid user ID format. | |||
| description: Invalid user token. | |||
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.
Any reasons we're using "user token" and not "user ID" here?
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.
I missed that - it should be like you suggest f543bd5
19b79aa to
102748a
Compare
millotp
left a comment
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.
thanks !
|
We're good to merge, thanks @millotp! |
… [skip ci] Co-authored-by: Ben Greenbank <[email protected]>
🧭 What and Why
Instead of using the generic base response (see below), we detail the exact error message that is expected for each response.
🎟 JIRA Ticket: PRED-3384
Changes included:
🧪 Test