The module contains helper functions for specific error messages.
typeMismatch : String -> String
Returns error message for type mismatch
internal : String -> String
Returns error message for internal error
canNotInit : String -> String -> String -> String
Return error message that given module could not be initialized with given item for given reason
unexpectedMessageFromJs : JsData -> String
Return internal error message about receiving unexpected message from JS