RequestResultWithData

Information returned when a request completes. If no error is present, then the request was successful.

Properties

Link copied to clipboard
val error: RequestError? = null

If this is not null, then an error occurred and the request was not completed.

Link copied to clipboard
Link copied to clipboard
val success: E? = null

If this is not null, then the request completed successfully.

Functions

Link copied to clipboard