Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ConfigSnapshotErrorState

Describes the error state of a ConfigSnapshot object.

Items 2

HistoryNameValueDescription
666None0

Indicates the snapshot loaded successfully with no error; this is the default state.

666LoadFailed1

Indicates the snapshot failed to load because the underlying config service was unavailable at construction time.

Description

Indicates whether a ConfigSnapshot loaded its configuration data successfully. Read the ConfigSnapshot.Error property (which defaults to ConfigSnapshotErrorState.None) to check for errors before calling ConfigSnapshot:GetValue().

History 3

Settings