Error

public struct Error

Fired when an internal error occurs. Normally this is the case if unblu api could not load the anything from the unblu server. The error message may is not localized and should not be displayed to the user!

  • Name of the event. Can be used to register for the event. Also available as Notification.Name.UnbluError

    Declaration

    Swift

    public static let NAME: String
  • Type of the error. See UnbluApiErrorType for the different types

    type: UnbluApiErrorType

    Declaration

    Swift

    public static let VALUE_TYPE: String
  • May not localized message for the error

    type: String?

    Declaration

    Swift

    public static let VALUE_MESSAGE: String