MCPcopy
hub / github.com/NUKnightLab/TimelineJS3 / errorMessage

Method errorMessage

src/js/media/Media.js:117–124  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

115 }
116
117 errorMessage(msg) {
118 if (msg) {
119 msg = this._('error') + ": " + msg;
120 } else {
121 msg = this._('error');
122 }
123 this._updateMessage(msg);
124 }
125
126 updateMediaDisplay(layout) {
127 if (this._state.loaded && !this.options.background) {

Callers

nothing calls this directly

Calls 2

_updateMessageMethod · 0.95
_Method · 0.45

Tested by

no test coverage detected