ErrorDetails

@Serializable
class ErrorDetails(val code: Int, val message: String, val status: String)

Constructors

Link copied to clipboard
constructor(code: Int, message: String, status: String)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard