AuthenticationError

public enum AuthenticationError : Error

Standard Bitski errors

  • Returned when trying to make a web3 request while logged out

    Declaration

    Swift

    case notLoggedIn
  • Returned when an access token is not received while logging in

    Declaration

    Swift

    case noAccessToken