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

Constructors

Link copied to clipboard
constructor(cause: Throwable?)
constructor(topic: String? = null, description: String? = null, throwable: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val description: String? = null
Link copied to clipboard
open val message: String?
Link copied to clipboard
val throwable: Throwable? = null
Link copied to clipboard
val topic: String? = null

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard