ErrorResponseWrapper

class ErrorResponseWrapper<T>(val throwable: Throwable?) : ResponseWrapper<T>

Error response.

Constructors

Link copied to clipboard
constructor(throwable: Throwable?)

Properties

Link copied to clipboard