MapLoadErrorType

enum MapLoadErrorType : Enum<MapLoadErrorType>

Describes an error type while loading the map. Defines what resource could not be loaded.

Parameters

value

String value of this enum

Entries

GLYPHS
Link copied to clipboard
@SerializedName(value = "glyphs")
GLYPHS("glyphs")

An error related to glyphs.

TILE
Link copied to clipboard
@SerializedName(value = "tile")
TILE("tile")

An error related to tile.

SOURCE
Link copied to clipboard
@SerializedName(value = "source")
SOURCE("source")

An error related to source.

SPRITE
Link copied to clipboard
@SerializedName(value = "sprite")
SPRITE("sprite")

An error related to sprite.

STYLE
Link copied to clipboard
@SerializedName(value = "style")
STYLE("style")

An error related to style.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String