ErrorType

public enum ErrorType : Error, CustomStringConvertible

Possible error types

  • Undocumented

    Declaration

    Swift

    case timedOut
  • Undocumented

    Declaration

    Swift

    case restricted
  • Undocumented

    Declaration

    Swift

    case cancelled
  • Declaration

    Swift

    public var description: String { get }