SendCountExceedException
class SendCountExceedException : IllegalStateException
Thrown when too many actual requests were sent during a client call. It could be caused by infinite or too long redirect sequence. Maximum number of requests is limited by HttpSend.maxSendCount
Constructors
SendCountExceedException(message: String) Thrown when too many actual requests were sent during a client call. It could be caused by infinite or too long redirect sequence. Maximum number of requests is limited by HttpSend.maxSendCount |
Extension Properties
Root cause of the Throwable. |