data class ApiError
Represents an error from the API.
<init>
ApiError(message: String)
message
val message: String
The error message.