func IsConduitError()

in core/error.go [57:61]


func IsConduitError(err error) bool {
	_, ok := err.(*ConduitError)

	return ok
}