MCPcopy Create free account
hub / github.com/codecombat/codecombat / error

Method error

app/views/editor/chat/ChatSearchView.js:55–63  ·  view source on GitHub ↗
(jqXHR, status, error)

Source from the content-addressed store, hash-verified

53 })
54 },
55 error (jqXHR, status, error) {
56 console.error(jqXHR)
57 return {
58 timeout: 5000,
59 text: `Deleting chat message failed with error code ${jqXHR.status}`,
60 type: 'error',
61 layout: 'topCenter'
62 }
63 },
64 url: `/db/chat_message/${chatId}`
65 })
66 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected