Datalogger Client Response Exception
open class DataloggerClientResponseException( response: HttpResponse, responseText: String, cause: Throwable? = null) : DataloggerClientException
Content copied to clipboard
Base exception for all response related exception from the Datalogger client
Parameters
response
: HttpResponse containing the details of the response
response Text
: The message of the response as text
cause
: Cause of the exception
Constructors
Link copied to clipboard
fun DataloggerClientResponseException( response: HttpResponse, responseText: String, cause: Throwable? = null)
Content copied to clipboard