ErrorType

@objc
public enum ErrorType : Int

An enum to show the type of error thrown.

  • No Network

    Declaration

    Swift

    case noNetwork = 0
  • Server Not Found

    Declaration

    Swift

    case serverNotFound
  • Connection Lost

    Declaration

    Swift

    case connectionLost
  • Connection Timeout

    Declaration

    Swift

    case connectionTimeout
  • Connection Closed

    Declaration

    Swift

    case connectionClosed
  • Timeout not set

    Declaration

    Swift

    case timeoutNotSet
  • Parsing Failed

    Declaration

    Swift

    case parsingFailed
  • paypointId Missing

    Declaration

    Swift

    case paypointIdMissing
  • Server request Processing Error

    Declaration

    Swift

    case serverRequestProcessingError
  • Unknown error type

    Declaration

    Swift

    case unknown
  • Undocumented

    Declaration

    Swift

    public var description: String { get }