Success

class Success(val httpResponse: HttpResponse) : NetworkResult

Success indicates a successful network request, returning the relevant HTTP response data.

Parameters

httpResponse

The HTTP response data returned for this request

See also

Constructors

Link copied to clipboard
constructor(httpResponse: HttpResponse)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String