HTTPError

Raised when the connection could not be established with the API. This usually happens when something is wrong on the API side.

Whenever this error is raised, It shows the status code obtained that is usually is equal or greater then 500. It can be very useful to determine what the problem is. See the table below.

Last updated