Forbidden Exception
open class ForbiddenException( response: HttpResponse, responseText: String, cause: Throwable? = null) : DataloggerClientResponseException
Content copied to clipboard
Exception when the user does not have access to the requested resources
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 ForbiddenException( response: HttpResponse, responseText: String, cause: Throwable? = null)
Content copied to clipboard