RejectedMessage

data class RejectedMessage(val id: Int, val rejectionDetails: RejectionDetails)

Represents a rejected message's id with the rejectionDetails.

Constructors

Link copied to clipboard
constructor(id: Int, rejectionDetails: RejectionDetails)

Properties

Link copied to clipboard
val id: Int

The id of the Message, which has been assigned to it by the database.

Link copied to clipboard

The reason and cause of rejection.