RequestError
data class RequestError(val topic: String? = null, val description: String? = null, val throwable: Throwable? = null) : Throwable
Custom error for requests
Since
v1.3.0
Parameters
topic
Summary of the error
description
Description of the error
throwable
Full stack cause of the error