RuneCore
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
RuneCore
RuneCore
/
org.lyralis.runeCore.database.repository
/
RepositoryResult
/
Error
Error
data
class
Error
(
val
exception
:
Throwable
)
:
RepositoryResult
<
Nothing
>
予期しないエラーが発生したことを示す結果
Parameters
exception
発生した例外
Members
Constructors
Error
Link copied to clipboard
constructor
(
exception
:
Throwable
)
Properties
exception
Link copied to clipboard
val
exception
:
Throwable