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
/
DownloadError
Download
Error
class
DownloadError
(
val
url
:
String
,
message
:
String
,
val
statusCode
:
Int
?
=
null
,
val
statusText
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
AiSdkException
(
source
)
Since
0.3.0-beta01
Members
Constructors
Download
Error
Link copied to clipboard
constructor
(
url
:
String
,
message
:
String
,
statusCode
:
Int
?
=
null
,
statusText
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
status
Code
Link copied to clipboard
val
statusCode
:
Int
?
status
Text
Link copied to clipboard
val
statusText
:
String
?
url
Link copied to clipboard
val
url
:
String