Error

data class Error(val message: String, val errorStates: DocumentErrorStates, val retryEnabled: Boolean = true) : AiAssistantEvents

Constructors

Link copied to clipboard
constructor(message: String, errorStates: DocumentErrorStates, retryEnabled: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val retryEnabled: Boolean = true