Result public struct Result Struct to encapsulate the result of a Meteor method call result The result of the method call Declaration Swift public var result:AnyObject? error An error object describing the server-side error, or nil if the method completed successfully Declaration Swift public var error:DDPError? © 2015 . All rights reserved. (Last updated: 2015-12-18) Generated by jazzy ♪♫ v0.3.2, a Realm project.