ResponseShort

@Serializable
sealed class ResponseShort

Inheritors

Types

Link copied to clipboard
@Serializable
data class Error(val _time: Long, val path: String, val method: String, val name: String) : ResponseShort
Link copied to clipboard
@Serializable
data class Success(val _time: Long, val method: String, val status: Int, val path: String) : ResponseShort

Properties

Link copied to clipboard
val time: Long