MCPcopy
hub / github.com/appium/appium / code

Method code

lib/protocol/errors.js:158–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156
157class UnknownError extends ProtocolError {
158 static code () {
159 return 13;
160 }
161 static w3cStatus () {
162 return HTTPStatusCodes.INTERNAL_SERVER_ERROR;
163 }

Callers 15

constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected