Comment 6 for bug 1376305

Revision history for this message
Adam Collard (adam-collard) wrote : Re: Bad API call leads to: int() got an uuid, crashed

The way I see it, there are two sides to the bug,

1. The CLI client for the API should validate before it sends garbage to the server.
2. The server shouldn't throw up so noisily because of garbage input.

I'm fine with not having 1 if 2 means the CLI gets a nice error message back.