Thank you for explaining in very detail about how to handle errors
@Ravikanth_00711 ай бұрын
Your course is one of the best, Thank you.
@tundsdev11 ай бұрын
Glad you think so!
@davidcutshaw8085 Жыл бұрын
Thanks! Your code and explanations are invaluable. Good job 👍
@tundsdev Жыл бұрын
Glad you enjoyed the content 👌🏾
@CourtlandBluford2 жыл бұрын
Love the content bro. Keep it coming. I appreciate you!
@tundsdev2 жыл бұрын
Glad you’re enjoying it 👌🏾
@NhatNgo-wz7yr5 ай бұрын
Thank you for your video, how can we handle generic error handling in SwiftUI?
@coolcodingdad Жыл бұрын
A very detailed explanation and systematic way of handling errors. Thank you for the examples! 👍
@tundsdev Жыл бұрын
Glad it was helpful!
@MoAdel92 Жыл бұрын
please if possible how to parse the backend api error message for my case i get "wrong user name or password" how to extract this message , i did my own research but i couldn't found any helpful info Thanks a lot
@danielwaiguru4359 Жыл бұрын
I'm also looking to see how this can be achieved, @tundsdev any ideas?
@ecemozturk1507 Жыл бұрын
How can I print the response from API?
@tundsdev Жыл бұрын
Look into the print or dump function in swift 👌🏾
@ecemozturk1507 Жыл бұрын
@@tundsdev Yeah of course, but when I print it I only get "success" as output, I want to print the response body from API