AssetBatchLoadError

final case class AssetBatchLoadError(key: BindingKey, message: String) extends AssetEvent

If an error occurs during load, the game will be sent this event.

Value parameters:
key

The requested tracking key so you know which event failed.

message

Asset load error message

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product