MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / error

Method error

lib/requests/auth-request.mjs:101–104  ·  view source on GitHub ↗
(error, body)

Source from the content-addressed store, hash-verified

99 }
100
101 error (error, body) {
102 error.statusCode = error.statusCode || 400
103 this.renderForm(error, body)
104 }
105
106 initUserSession (userAccount) {
107 const session = this.session

Callers 13

createServerFunction · 0.45
paymentPointerDocumentFunction · 0.45
postMethod · 0.45
getMethod · 0.45
getMethod · 0.45
handlePostMethod · 0.45
loginMethod · 0.45
initializeFunction · 0.45
startServerFunction · 0.45

Calls 1

renderFormMethod · 0.45

Tested by

no test coverage detected