gRPC
3 INVALID_ARGUMENT
The client specified an invalid argument. This indicates arguments that are problematic regardless of the state of the system.
When You See This Code
A request field failed validation — for example, a negative page size, a malformed email, or a required field left empty.
How to Fix
Inspect the request payload and fix the invalid field. Check the API documentation for expected formats and constraints.