CallTimeoutException

Indicates that a call (including any retry attempts) took longer than allowed to complete

Constructors

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

Inherited properties

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