InvalidField

io.github.positionpal.connection.AmqpConfiguration.Validation.InvalidField
final case class InvalidField(field: String, msg: String)

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product