Record Class IdEventMailFailed

java.lang.Object
java.lang.Record
com.io7m.idstore.server.service.telemetry.api.IdEventMailFailed
Record Components:
to - The target address
time - The time it took
All Implemented Interfaces:
IdEventType

public record IdEventMailFailed(IdEmail to, Duration time) extends Record implements IdEventType
Mail failed to send.