NoTransformationFoundException
class NoTransformationFoundException(response: HttpResponse, from: KClass<*>, to: KClass<*>) : UnsupportedOperationException
Content copied to clipboard
Exception representing the no transformation was found. It includes the received type and the expected type as part of the message.
Constructors
Link copied to clipboard
fun NoTransformationFoundException(response: HttpResponse, from: KClass<*>, to: KClass<*>)
Content copied to clipboard