edge/pkg/module/cast/error.go

6 lines
86 B
Go
Raw Normal View History

2023-02-17 10:38:45 +01:00
package cast
import "errors"
var ErrDeviceNotFound = errors.New("device not found")