oxygen.test.container.TestContainerError
See theTestContainerError companion trait
object TestContainerError
Attributes
- Companion
- trait
- Experimental
- true
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TestContainerError.type
Members list
Type members
Classlikes
final case class NeverBecameHealthy(config: TestContainerConfig, container: TestContainer, healthCheck: HealthCheck, cause: Throwable) extends TestContainerError
Attributes
- Supertypes
-
trait Producttrait Equalstrait TestContainerErrorclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class UnableToAcquirePort(config: TestContainerConfig) extends TestContainerError
Attributes
- Supertypes
-
trait Producttrait Equalstrait TestContainerErrorclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class UnableToStartContainer(config: TestContainerConfig, container: TestContainer, cause: Throwable) extends TestContainerError
Attributes
- Supertypes
-
trait Producttrait Equalstrait TestContainerErrorclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class UnableToStopContainer(config: TestContainerConfig, container: TestContainer, cause: Throwable) extends TestContainerError
Attributes
- Supertypes
-
trait Producttrait Equalstrait TestContainerErrorclass Throwabletrait Serializableclass 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