AI SDK Kotlin
Toggle table of contents
0.3.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
AI SDK Kotlin
AI SDK Kotlin
/
ai.torad.aisdk
/
NoOutputGeneratedError
No
Output
Generated
Error
class
NoOutputGeneratedError
(
message
:
String
=
"No output generated"
)
:
AiSdkException
(
source
)
Since
0.3.0-beta01
Members
Constructors
No
Output
Generated
Error
Link copied to clipboard
constructor
(
message
:
String
=
"No output generated"
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?