MCPcopy 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
573func (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

bridgeAddChannelMethod · 0.95
bridgeCreateMethod · 0.95
bridgeDataMethod · 0.95
bridgeDeleteMethod · 0.95
bridgeGetMethod · 0.95
bridgeListMethod · 0.95
bridgeMOHMethod · 0.95
bridgeStopMOHMethod · 0.95
bridgePlayMethod · 0.95
bridgeStagePlayMethod · 0.95
bridgeRecordMethod · 0.95
bridgeStageRecordMethod · 0.95

Calls 2

publishMethod · 0.95
NewErrorResponseFunction · 0.92

Tested by

no test coverage detected