[v4] How can I display if a query for example a user update was successful or not in a easy way? #1736
Unanswered
the-prodigy
asked this question in
Help
Replies: 1 comment 2 replies
-
There is no need to create 100 threads for a single issue. #1737 If query is not successful it will raise an exception. Use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
how can I show in the easiest way if the database query was successful or not when for example a user was deleted or updated, created?
I have this code here:
But i think it will also appear if the query wasn't successful or not?
Because errors is set to null it will be always be a successful query?
@thetutlage I format my code blocks :o
Beta Was this translation helpful? Give feedback.
All reactions