RejectionDetails

data class RejectionDetails(val reason: RejectedReason, val cause: String)

Contains the cause and reason of the message's rejection.

Constructors

Link copied to clipboard
constructor(reason: RejectedReason, cause: String)

Properties

Link copied to clipboard

Error message where specifies the cause.

Link copied to clipboard

The reason why the message was rejected.