GetAccountBatchError

public enum GetAccountBatchError : CustomStringConvertible, JSONRepresentable

The GetAccountBatchError union

  • The value is an account ID specified in accountIds in GetAccountBatchArg that does not exist.

    Declaration

    Swift

    case noAccount(String)
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }