示例#1
0
文件: l1l2.go 项目: RSellathurai/rend
func (l *L1L2Orca) Error(req common.Request, reqType common.RequestType, err error) {
	opaque := uint32(0)
	if req != nil {
		opaque = req.Opq()
	}

	l.res.Error(opaque, reqType, err)
}