package server import ( "github.com/pkg/errors" ) var ErrInvalidDevice = errors.New("invalid device associated to message")