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