MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / onErrorMessage

Function onErrorMessage

src/components/decrypt-message/DecryptMessage.js:213–220  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

211 }
212
213 onErrorMessage(msg) {
214 this.showNotification({
215 type: 'error',
216 title: l10n.map.editor_error_header,
217 message: msg.error,
218 autoHide: false
219 });
220 }
221
222 logUserInput(type) {
223 this.port.emit('decrypt-inline-user-input', {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected