pub const INVALID: &str = "Invalid";Expand description
StatusReasonInvalid means the requested create or update operation cannot be completed due to invalid data provided as part of the request. The client may need to alter the request. When set, the client may use the StatusDetails message field as a summary of the issues encountered. Details (optional): “kind” string - the kind attribute of the invalid resource “id” string - the identifier of the invalid resource “causes” - one or more StatusCause entries indicating the data in the provided resource that was invalid. The code, message, and field attributes will be set. Status code 422