Hi I am trying to handle the error for the async await. Normally I handle error with (response.status === 200) or something like this. Someone suggest me to
(response.status === 200)