ServerError

data class ServerError(val statusCode: Int, val error: String?, val message: String)

Wrapper class for errors returned by the backend.

Constructors

Link copied to clipboard
constructor(statusCode: Int, error: String?, message: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard