TransactionCrawlerError

io.funkode.transactions.model.TransactionCrawlerError
enum TransactionCrawlerError extends Throwable

Attributes

Graph
Supertypes
trait Enum
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class CrawlerNotFound(networkId: NetworkId)
final case class InternalError(message: String, cause: Throwable)
final case class NetworkNotSupported(networkId: String)