MissingDataOnResponse

data class MissingDataOnResponse(val message: String) : ApiError

MissingDataOnResponse when the response doesn't return all the required data.

Parameters

message

String the explanation of the missing data.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard