MapLoadErrorType

enum MapLoadErrorType : Enum<MapLoadErrorType>

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

Entries

GLYPHS
Link copied to clipboard
@SerializedName(value = glyphs)
GLYPHS()
An error related to glyphs.
TILE
Link copied to clipboard
@SerializedName(value = tile)
TILE()
An error related to tile.
SOURCE
Link copied to clipboard
@SerializedName(value = source)
SOURCE()
An error related to source.
SPRITE
Link copied to clipboard
@SerializedName(value = sprite)
SPRITE()
An error related to sprite.
STYLE
Link copied to clipboard
@SerializedName(value = style)
STYLE()
An error related to style.

Properties

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