err

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

	//error of actor system
	ActorSystemOptionErr   = fmt.Errorf("actor system option run failed")
	RegistClusterErr       = fmt.Errorf("regist cluster error")
	RegisterActorSystemErr = fmt.Errorf("actor system has stopped")
	RegisterActorSameIdErr = fmt.Errorf("actor with same id")
	ActorNotFoundErr       = fmt.Errorf("local actor not found")
	ActorPushMsgErr        = fmt.Errorf("push a nil msg to actor")
	ActorUnimplemented     = fmt.Errorf("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