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

Method error

app/views/editor/poll/PollEditView.js:197–205  ·  view source on GitHub ↗
(jqXHR, status, error)

Source from the content-addressed store, hash-verified

195 , 500)
196 },
197 error (jqXHR, status, error) {
198 console.error(jqXHR)
199 return {
200 timeout: 5000,
201 text: `Deleting poll failed with error code ${jqXHR.status}`,
202 type: 'error',
203 layout: 'topCenter'
204 }
205 },
206 url: `/db/poll/${this.poll.id}`
207 })
208 }

Callers 1

savePollMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected