actorerr

package
v1.1.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//error of event
	RegisterEventErr = errors.New("RegistEvent only accept ptr param")
	CancelEventErr   = errors.New("CancelEvent only accept ptr param")
	DispatchEventErr = errors.New("DispatchEvent only accept ptr param")

	//error of actor system
	ActorSystemOptionErr   = errors.New("actor system option run failed")
	RegistClusterErr       = errors.New("regist cluster error")
	RegisterActorSystemErr = errors.New("actor system has stopped")
	RegisterActorSameIdErr = errors.New("actor with same id")
	ActorNotFoundErr       = errors.New("local actor not found")
	ActorPushMsgErr        = errors.New("push a nil msg to actor")
	ActorUnimplemented     = errors.New("actor has no implemented OnHandleRequest")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL