pub const METHOD_NOT_ALLOWED: &str = "MethodNotAllowed";Expand description
StatusReasonMethodNotAllowed means that the action the client attempted to perform on the resource was not supported by the code - for instance, attempting to delete a resource that can only be created. API calls that return MethodNotAllowed can never succeed. Status code 405