Authentication

enum Authentication : Error, CustomStringConvertible

The Exception.Authentication enum contains all the errors thrown by Authentication.

  • Thrown when there was a problem encoding the username and password.

    Declaration

    Swift

    case unableToEncodeCredentials
  • A description for the error.

    Declaration

    Swift

    public var description: String { get }