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
aep.dev/133 does not specify what error to return back, if it cannot create the resource.
Perhaps INVALID_ARGUMENT would be best in the common case?
// The client specified an invalid argument. Note that this differs
// from `FAILED_PRECONDITION`. `INVALID_ARGUMENT` indicates arguments
// that are problematic regardless of the state of the system
// (e.g., a malformed file name).
//
// HTTP Mapping: 400 Bad Request
INVALID_ARGUMENT = 3;
The text was updated successfully, but these errors were encountered:
aep.dev/133 does not specify what error to return back, if it cannot create the resource.
Perhaps INVALID_ARGUMENT would be best in the common case?
The text was updated successfully, but these errors were encountered: