Skip to main content

NOT_ACCEPTABLE

Constant NOT_ACCEPTABLE 

Source
pub const NOT_ACCEPTABLE: &str = "NotAcceptable";
Expand description

StatusReasonNotAcceptable means that the accept types indicated by the client were not acceptable to the server - for instance, attempting to receive protobuf for a resource that supports only json and yaml. API calls that return NotAcceptable can never succeed. Status code 406