Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
157
class
UnknownError extends ProtocolError {
158
static code () {
159
return
13;
160
}
161
static w3cStatus () {
162
return
HTTPStatusCodes.INTERNAL_SERVER_ERROR;
163
}
Callers
15
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected