Atp Response
A sealed type representing the result of performing an XRPC operation.
Inheritors
Types
Link copied to clipboard
data class Failure<T : Any>(val statusCode: StatusCode, val response: T?, val error: AtpErrorDescription?, val headers: Map<String, String>) : AtpResponse<T>
A failed XRPC operation that may have returned a valid response, valid error description, or neither.