I am trying to query a message table that I created in Parse. However, when querying the table, I get the error "Could not cast value of type 'PFObject' to 'Message'". What does this error mean?
I am getting an error on the line below:
let message = object as! Message