Error

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

Event indicating an error occurred.

Constructors

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

Properties

Link copied to clipboard

The specific error state from the document processing.

Link copied to clipboard

The error message describing what went wrong.

Link copied to clipboard

Whether the operation can be retried.