tfausak / jawa / Jawa.Event.SetupError


type alias SetupError =
{ code : Basics.Int
, message : String 
}

https://docs.jwplayer.com/players/reference/events-1#onsetuperror

decoder : Json.Decode.Decoder SetupError

A JSON decoder.

encode : SetupError -> Json.Encode.Value

A JSON encoder.

tag : String

The tag that describes this type.