NetworkSubmitError

scalus.cardano.node.NetworkSubmitError
See theNetworkSubmitError companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class AuthenticationError(message: String) extends NetworkSubmitError

Authentication/authorization errors (HTTP 403)

Authentication/authorization errors (HTTP 403)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SubmitError
class Object
trait Matchable
class Any
Show all
case class Banned(message: String) extends NetworkSubmitError

Auto-banned for flooding (HTTP 418)

Auto-banned for flooding (HTTP 418)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SubmitError
class Object
trait Matchable
class Any
Show all
case class ConnectionError(message: String, cause: Option[Throwable] = ...) extends NetworkSubmitError

Network-level errors (connection failures, timeouts)

Network-level errors (connection failures, timeouts)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SubmitError
class Object
trait Matchable
class Any
Show all
case class InternalError(message: String, cause: Option[Throwable] = ...) extends NetworkSubmitError

Internal provider errors (HTTP 500+)

Internal provider errors (HTTP 500+)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SubmitError
class Object
trait Matchable
class Any
Show all
case class MempoolFull(message: String) extends NetworkSubmitError

Mempool full (HTTP 425)

Mempool full (HTTP 425)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SubmitError
class Object
trait Matchable
class Any
Show all
case class RateLimited(message: String) extends NetworkSubmitError

Rate limiting errors (HTTP 402, 429)

Rate limiting errors (HTTP 402, 429)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SubmitError
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror