ECHOError

public enum ECHOError : Swift.Error, Equatable

An enum representing either a failure with an explanatory error

  • Indicates that Encodable couldn’t be encoded into Object

    Declaration

    Swift

    case encodableMapping
  • Indicates that password or user name is not valid

    Declaration

    Swift

    case invalidCredentials
  • Indicates that required data is missed

    Declaration

    Swift

    case internalError(String)
  • Indicates that required data is missed

    Declaration

    Swift

    case resultNotFound
  • Indicates that ulr is not valid

    Declaration

    Swift

    case invalidUrl
  • Indicates that connection is lost

    Declaration

    Swift

    case connectionLost
  • Indicates that encode or decode abi failed

    Declaration

    Swift

    case abiCoding
  • Indicates that object identifier have not valid format

    Declaration

    Swift

    case identifierFormat
  • Indicates that object identifier have not valid type

    Declaration

    Swift

    case identifier(ObjectType)
  • Indicates that ETH address have not valid format or checksum

    Declaration

    Swift

    case invalidETHAddress
  • Undocumented

    Declaration

    Swift

    case undefined