Error¶
Kind¶
Type: ErrorKind
Descrption: Error kind, used to separate different errors to determine how to handle them easier.
Required: ✅ yes
Message¶
Type: string
Descrption: Additional message.
Required: ✅ yes
ErrorKind¶
Roblox¶
This value is used for all errors returned by the DataStoreService.
Validation¶
This value is used for validation failures (invalid data).
Migration¶
This value is used for migration failures.
RaceCondition¶
This value is used when the DataStore has a newer version of the given key stored.