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

Method error

app/views/courses/ClassroomView.js:179–187  ·  view source on GitHub ↗
(jqxhr, textStatus, errorThrown)

Source from the content-addressed store, hash-verified

177 return document.location.reload()
178 },
179 error (jqxhr, textStatus, errorThrown) {
180 let message
181 if (jqxhr.status === 402) {
182 message = arguments[2]
183 } else {
184 message = `${jqxhr.status}: ${jqxhr.responseText}`
185 }
186 return console.err(message)
187 }
188 })
189 } else {
190 const user = this.users.get(userID)

Callers 9

fetchChangeLogMethod · 0.45
onClickVideoThumbnailMethod · 0.45
initClassMethod · 0.45
openNewClassroomModalMethod · 0.45
onClickViewAILeagueMethod · 0.45
onClickViewAILeagueMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected