Skip to main content

BAD_REQUEST

Constant BAD_REQUEST 

Source
pub const BAD_REQUEST: &str = "BadRequest";
Expand description

StatusReasonBadRequest means that the request itself was invalid, because the request doesn’t make any sense, for example deleting a read-only object. This is different than StatusReasonInvalid above which indicates that the API call could possibly succeed, but the data was invalid. API calls that return BadRequest can never succeed. Status code 400