InternalServerError

data class InternalServerError(val exception: RestException) : RefreshFailureCause(source)

The refresh failed due to an internal server error

Parameters

exception

The rest exception that caused the error

Constructors

Link copied to clipboard
constructor(exception: RestException)

Properties

Link copied to clipboard
val exception: RestException