ReceiveMessageException

class ReceiveMessageException(message: String, throwable: Throwable? = null) : GatewayException

The private gateway failed to give us incoming messages.

This is most likely to be a bug in the gateway and retrying later may work.

Constructors

Link copied to clipboard
constructor(message: String, throwable: 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