kmp-settings
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-settings
settings-core
/
io.github.mlmgames.settings.core.managers
/
MigrationResult
/
PartialSuccess
Partial
Success
data
class
PartialSuccess
(
val
fromVersion
:
Int
,
val
toVersion
:
Int
,
val
migrationsApplied
:
Int
,
val
errors
:
List
<
Pair
<
Int
,
String
>
>
)
:
MigrationResult
Members
Constructors
Partial
Success
Link copied to clipboard
constructor
(
fromVersion
:
Int
,
toVersion
:
Int
,
migrationsApplied
:
Int
,
errors
:
List
<
Pair
<
Int
,
String
>
>
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
Pair
<
Int
,
String
>
>
from
Version
Link copied to clipboard
val
fromVersion
:
Int
migrations
Applied
Link copied to clipboard
val
migrationsApplied
:
Int
to
Version
Link copied to clipboard
val
toVersion
:
Int