SSEClientException
class SSEClientException(val response: HttpResponse? = null, val cause: Throwable? = null, val message: String? = null) : IllegalStateException
Represents an exception which can be thrown during client SSE session.
Properties
Functions
Link copied to clipboard
If the exception contains cause that differs from CancellationException returns it otherwise returns itself.
If the exception contains cause that differs from CancellationException returns it otherwise returns itself.
If the exception contains cause that differs from CancellationException returns it otherwise returns itself.
If the exception contains cause that differs from CancellationException returns it otherwise returns itself.