Result

public struct Result

Struct to encapsulate the result of a Meteor method call

  • The result of the method call

    Declaration

    Swift

    public var result:AnyObject?
  • An error object describing the server-side error, or nil if the method completed successfully

    Declaration

    Swift

    public var error:DDPError?