When HTTP is not working due to too many requests, will pcall pick it up as a success?

Hello. I’m trying to figure out whether pcall functions will return a success when a Get request is made (but denied) due to too many requests. I know that the pcall picks up errors, but it looks like HTTP 429 appears as a warning.

If it doesn’t, how would I go about picking up this warning in another way?
Thanks

1 Like