Returns true iff the status indicates an InvalidArgument.
| 70 | |
| 71 | // Returns true iff the status indicates an InvalidArgument. |
| 72 | bool IsInvalidArgument() const { return code() == kInvalidArgument; } |
| 73 | |
| 74 | // Return a string representation of this status suitable for printing. |
| 75 | // Returns the string "OK" for success. |