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
ErrUploadStoppedByServer=NewError("ERR_UPLOAD_STOPPED", "upload has been stopped by server", http.StatusBadRequest)
62
62
ErrUploadRejectedByServer=NewError("ERR_UPLOAD_REJECTED", "upload creation has been rejected by server", http.StatusBadRequest)
63
+
ErrUploadTerminationRejected=NewError("ERR_UPLOAD_TERMINATION_REJECTED", "upload termination has been rejected by server", http.StatusBadRequest)
63
64
ErrUploadInterrupted=NewError("ERR_UPLOAD_INTERRUPTED", "upload has been interrupted by another request for this upload resource", http.StatusBadRequest)
64
65
ErrServerShutdown=NewError("ERR_SERVER_SHUTDOWN", "request has been interrupted because the server is shutting down", http.StatusServiceUnavailable)
65
66
ErrOriginNotAllowed=NewError("ERR_ORIGIN_NOT_ALLOWED", "request origin is not allowed", http.StatusForbidden)
0 commit comments