Creates a status with the kInvalidArgument error code and message.
Declared in <absl/status/status.h>
Status
InvalidArgumentError(
std::string_view message,
absl::SourceLocation loc = SourceLocation::current());
A status with the kInvalidArgument error code.
| Name | Description |
|---|---|
| message | The error message. |
| loc | The source location of the callsite. |