scalus.cardano.node.NetworkSubmitError
See theNetworkSubmitError companion trait
object NetworkSubmitError
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
NetworkSubmitError.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 Serializabletrait Producttrait Equalstrait NetworkSubmitErrortrait SubmitErrorclass Objecttrait Matchableclass AnyShow all
case class Banned(message: String) extends NetworkSubmitError
Auto-banned for flooding (HTTP 418)
Auto-banned for flooding (HTTP 418)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NetworkSubmitErrortrait SubmitErrorclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait NetworkSubmitErrortrait SubmitErrorclass Objecttrait Matchableclass AnyShow all
case class InternalError(message: String, cause: Option[Throwable] = ...) extends NetworkSubmitError
Internal provider errors (HTTP 500+)
Internal provider errors (HTTP 500+)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NetworkSubmitErrortrait SubmitErrorclass Objecttrait Matchableclass AnyShow all
case class MempoolFull(message: String) extends NetworkSubmitError
Mempool full (HTTP 425)
Mempool full (HTTP 425)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NetworkSubmitErrortrait SubmitErrorclass Objecttrait Matchableclass AnyShow all
case class RateLimited(message: String) extends NetworkSubmitError
Rate limiting errors (HTTP 402, 429)
Rate limiting errors (HTTP 402, 429)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NetworkSubmitErrortrait SubmitErrorclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article