MCPcopy
hub / github.com/appium/appium / constructor

Method constructor

lib/protocol/errors.js:98–102  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

96 return 'unknown command';
97 }
98 constructor (err) {
99 super(err || 'The requested resource could not be found, or a request was ' +
100 'received using an HTTP method that is not supported by the mapped ' +
101 'resource.', UnknownCommandError.code(), UnknownCommandError.w3cStatus(), UnknownCommandError.error());
102 }
103}
104
105class StaleElementReferenceError extends ProtocolError {

Callers

nothing calls this directly

Calls 3

codeMethod · 0.45
w3cStatusMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected