Failed

data class Failed(val message: String?, val statusCode: Int?, val exception: Throwable? = null) : ChatResult(source)

Constructors

Link copied to clipboard
constructor(message: String?, statusCode: Int?, exception: Throwable? = null)

Properties

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