SDAI
Toggle table of contents
Main site
Telegram
Discord
common
Target filter
common
Switch theme
Search in API
Skip to content
SDAI
domain
/
com.shifthackz.aisdv1.domain.entity
/
BackgroundWorkResult
/
Error
Error
data
class
Error
(
val
t
:
Throwable
)
:
BackgroundWorkResult
(
source
)
Carries
Error
data through the SDAI domain layer.
Author
Dmitriy Moroz
Parameters
t
t value consumed by the API.
Members
Constructors
Error
Link copied to clipboard
constructor
(
t
:
Throwable
)
Properties
t
Link copied to clipboard
val
t
:
Throwable