DroneDB / Hub

Web GUI for DroneDB
Other
7 stars 3 forks source link

Add max quota error message to share #47

Closed HeDo88TH closed 2 years ago

HeDo88TH commented 3 years ago

We need to add the detection of the quota exceeded message from the server (https://github.com/DroneDB/Registry/pull/191)

pierotofy commented 3 years ago

Need to differentiate between error (don't retry) and error (retry). Perhaps return a noRetry: true param in the error response?

Also need to handle push logic on quota exceeded.