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

Method constructor

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

Source from the content-addressed store, hash-verified

79 return HTTPStatusCodes.NOT_FOUND;
80 }
81 constructor (err) {
82 super(err || 'A request to switch to a frame could not be satisfied because ' +
83 'the frame could not be found.', NoSuchFrameError.code(),
84 NoSuchFrameError.w3cStatus(), NoSuchFrameError.error());
85 }
86}
87
88class UnknownCommandError extends ProtocolError {

Callers

nothing calls this directly

Calls 3

codeMethod · 0.45
w3cStatusMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected