RequestException

An explicit request exception for any co.anitrend.arch.request.callback.RequestCallback operations

Since

v1.4.1-alpha02

Parameters

message

Optional message regarding the exception

cause

Optional exception for additional context

Inheritors

Types

Link copied to clipboard
class ResultAlreadyRecorded(val message: String? = null, val cause: Throwable? = null) : RequestException

An exception that represents a duplicate call to update a request status

Properties

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