You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4605 introduced quotas and uses the InsufficientCapacity error added by @sunshowers in #4573. InsufficientCapacity generates a 5xx error but I believe we should both have a distinct error type and a 400 error code for when provisioning fails due to quotas. As mentioned in #4573, AWS has good documentation on their api errors. They have InsufficientCapacity as a 5xx server error related to their servers not having the resources to handle a request and 4xx client errors like VcpuLimitExceeded for when users try to over provision their allotted resources.
The text was updated successfully, but these errors were encountered:
#4605 introduced quotas and uses the
InsufficientCapacity
error added by @sunshowers in #4573.InsufficientCapacity
generates a 5xx error but I believe we should both have a distinct error type and a 400 error code for when provisioning fails due to quotas. As mentioned in #4573, AWS has good documentation on their api errors. They haveInsufficientCapacity
as a 5xx server error related to their servers not having the resources to handle a request and 4xx client errors likeVcpuLimitExceeded
for when users try to over provision their allotted resources.The text was updated successfully, but these errors were encountered: