toggle menu
nutrient
Nutrient
switch theme
search in API
nutrient
/
io.nutrient.data.models
/
AiAssistantEvents
/
Error
Error
data
class
Error
(
val
message
:
String
,
val
errorStates
:
DocumentErrorStates
,
val
retryEnabled
:
Boolean
=
true
)
:
AiAssistantEvents
Members
Constructors
Error
Link copied to clipboard
constructor
(
message
:
String
,
errorStates
:
DocumentErrorStates
,
retryEnabled
:
Boolean
=
true
)
Properties
error
States
Link copied to clipboard
val
errorStates
:
DocumentErrorStates
message
Link copied to clipboard
val
message
:
String
retry
Enabled
Link copied to clipboard
val
retryEnabled
:
Boolean
=
true