CheckResponse

data class CheckResponse(val success: SuccessResponse?, val error: ErrorResponse?)

A class containing the success or failure response data from an update check request.

Constructors

Link copied to clipboard
constructor(success: SuccessResponse?, error: ErrorResponse?)

Properties

Link copied to clipboard

contains error information if the response is considered a failure

Link copied to clipboard

contains success information if the response is considered successful