MCPcopy Index your code
hub / github.com/codecombat/codecombat / error

Method error

app/views/editor/chat/ChatEditView.js:148–156  ·  view source on GitHub ↗
(jqXHR, status, error)

Source from the content-addressed store, hash-verified

146 , 500)
147 },
148 error (jqXHR, status, error) {
149 console.error(jqXHR)
150 return {
151 timeout: 5000,
152 text: `Deleting chat message failed with error code ${jqXHR.status}`,
153 type: 'error',
154 layout: 'topCenter'
155 }
156 },
157 url: `/db/chat_message/${this.chat.id}`
158 })
159 }

Callers 15

forkModelMethod · 0.45
expandDetailsMethod · 0.45
onClickSaveButtonMethod · 0.45
onClickSaveButtonMethod · 0.45
onClickSaveButtonMethod · 0.45
onClickSaveButtonMethod · 0.45
onClickSaveButtonMethod · 0.45
onClickSaveButtonMethod · 0.45
onNonUserCodeProblemMethod · 0.45
afterRenderMethod · 0.45
afterRenderMethod · 0.45
submitPatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected