Validation

io.github.positionpal.connection.AmqpConfiguration.Validation
enum Validation

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 InvalidField(field: String, msg: String)

Represents a validation error for a specific field in the RabbitMQ configuration.

Represents a validation error for a specific field in the RabbitMQ configuration.

Value parameters

field

The name of the field that is invalid.

msg

A descriptive error message for the invalid field.

Attributes