ChatErrorDetail

data class ChatErrorDetail(val code: Int, val messages: List<String>)

The error detail.

Constructors

Link copied to clipboard
constructor(code: Int, messages: List<String>)

Properties

Link copied to clipboard
val code: Int

The error code.

Link copied to clipboard

The error messages.