MCPcopy
hub / github.com/thinkjs/thinkjs / fail

Method fail

index.d.ts:130–130  ·  view source on GitHub ↗

* send fail data * @memberOf Context

(errno: any, errmsg?: object | string, data?: any)

Source from the content-addressed store, hash-verified

128 * @memberOf Context
129 */
130 fail(errno: any, errmsg?: object | string, data?: any): any;
131 /**
132 * set expires header
133 * @memberOf Context

Callers 4

failFunction · 0.65
__afterFunction · 0.65
controller.jsFile · 0.65
context.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected