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
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
Raising an exception such as endpoints.api_exceptions.NotFoundException ought to result in an error with http status code 404, but protorpc detects it as a subclass of protorpc.remote.ApplicationError and sends 400 instead.
Raising an exception such as
endpoints.api_exceptions.NotFoundExceptionought to result in an error with http status code 404, but protorpc detects it as a subclass ofprotorpc.remote.ApplicationErrorand sends 400 instead.