public func getFirstObjectInBackgroundWithTarget(target: AnyObject!, selector: Selector)

result will be nil if error is set OR no object was found matching the query. error will be nil if result is set OR if the query succeeded, but found no results.

"no object was found matching the query." 和 " the query succeeded, but found no results."有什么区别?