pub const FORBIDDEN: &str = "Forbidden";Expand description
StatusReasonForbidden means the server can be reached and understood the request, but refuses to take any further action. It is the result of the server being configured to deny access for some reason to the requested resource by the client. Details (optional): “kind” string - the kind attribute of the forbidden resource on some operations may differ from the requested resource. “id” string - the identifier of the forbidden resource Status code 403