SendMessageException

class SendMessageException(message: String, cause: Throwable? = null) : GatewayException

The private gateway failed to process the outgoing message.

This is most likely to be a bug in the private gateway. You should retry later.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard