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? © 2016 Peter Siegesmund. All rights reserved. (Last updated: 2016-04-12) Generated by jazzy ♪♫ v0.6.0, a Realm project.