InvalidAccountTypeError

public enum InvalidAccountTypeError : CustomStringConvertible, JSONRepresentable

The InvalidAccountTypeError union

  • Current account type doesn’t have permission to access this route endpoint.

    Declaration

    Swift

    case endpoint
  • Current account type doesn’t have permission to access this feature.

    Declaration

    Swift

    case feature
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }