All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.github.com.pion.mdns.errors.go Maven / Gradle / Ivy

There is a newer version: 2.9.1
Show newest version
package mdns

import "errors"

var (
	errJoiningMulticastGroup = errors.New("mDNS: failed to join multicast group")
	errConnectionClosed      = errors.New("mDNS: connection is closed")
	errContextElapsed        = errors.New("mDNS: context has elapsed")
	errNilConfig             = errors.New("mDNS: config must not be nil")
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy