TbdexResponseException

class TbdexResponseException(message: String, cause: Exception? = null, val errors: List<ErrorDetail>?) : Exception

Error response.

Constructors

Link copied to clipboard
constructor(message: String, cause: Exception? = null, errors: List<ErrorDetail>?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

The list of error details.

Link copied to clipboard
open val message: String?

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