UtxoQueryError

scalus.cardano.node.UtxoQueryError

Errors that can occur when executing a UTxO query

Attributes

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

Members list

Type members

Enum entries

final case class AuthenticationError(message: String)

Authentication failed

Authentication failed

Attributes

final case class NetworkError(message: String, cause: Option[Throwable] = ...)

Network communication error

Network communication error

Attributes

final case class NotFound(source: UtxoSource)

No UTxOs found matching the query

No UTxOs found matching the query

Attributes

final case class NotSupported(query: UtxoQuery, reason: String)

Query is not supported by this provider

Query is not supported by this provider

Attributes

final case class RateLimited(retryAfter: Option[Duration] = ...)

Rate limit exceeded

Rate limit exceeded

Attributes