コード例 #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)
}