Skip to main content

Relay::Messaging::SendResult

The send method returns an instance of this class, representing the result of a send operation.

Properties

PropertyTypeDescription
successfulBooleanWhether the send operation has successfully queued the message.
message_idStringThe ID of the queued message.
codeStringThe Relay request code. 200 represents success.