-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/serverRelated to serverRelated to serverk/enhancementNew feature or improve an existing featureNew feature or improve an existing feature
Description
Hi, hate to sound nitpicky but I am returning the Hasura error codes and messages to user when I create event webhooks. My OCD is paralyzing at times so wanted to point out a small adjustment that should be made in your error code response...
"data": {
"error": "event trigger with name \"webhook-h8q0nc2hm96ym7hv6wlc4\" not exists", <-- here
"code": "not-exists"
}
The error message should read:
"data": {
"error": "event trigger with name \"webhook-h8q0nc2hm96ym7hv6wlc4\" does not exist", <-- here
"code": "not-exists"
}
Real pleased with everything I am finding in Hasura. Really appreciate it.
Metadata
Metadata
Assignees
Labels
c/serverRelated to serverRelated to serverk/enhancementNew feature or improve an existing featureNew feature or improve an existing feature