Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-docs
/
org.meshtastic.feature.docs.model
/
AIDocAssistantResult
/
Error
Error
data
class
Error
(
val
reason
:
DocsAiError
,
val
suggestedPages
:
List
<
DocPage
>
=
emptyList()
)
:
AIDocAssistantResult
(
source
)
Members
Constructors
Error
Link copied to clipboard
constructor
(
reason
:
DocsAiError
,
suggestedPages
:
List
<
DocPage
>
=
emptyList()
)
Properties
reason
Link copied to clipboard
val
reason
:
DocsAiError
suggested
Pages
Link copied to clipboard
val
suggestedPages
:
List
<
DocPage
>