Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CyCoreSystems/ari-proxy
/ sendError
Method
sendError
server/server.go:573–575 ·
view source on GitHub ↗
(reply string, err error)
Source
from the content-addressed store, hash-verified
571
}
572
573
func
(s *Server) sendError(reply string, err error) {
574
s.publish(reply, proxy.NewErrorResponse(err))
575
}
576
577
/*
578
// Start runs the server side instance
Callers
15
bridgeAddChannel
Method · 0.95
bridgeCreate
Method · 0.95
bridgeData
Method · 0.95
bridgeDelete
Method · 0.95
bridgeGet
Method · 0.95
bridgeList
Method · 0.95
bridgeMOH
Method · 0.95
bridgeStopMOH
Method · 0.95
bridgePlay
Method · 0.95
bridgeStagePlay
Method · 0.95
bridgeRecord
Method · 0.95
bridgeStageRecord
Method · 0.95
Calls
2
publish
Method · 0.95
NewErrorResponse
Function · 0.92
Tested by
no test coverage detected