actorerr

package
v1.3.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RegisterEventErr = errors.New("RegisterEvent only accept ptr param")
	CancelEventErr   = errors.New("CancelEvent only accept ptr param")
	DispatchEventErr = errors.New("DispatchEvent only accept ptr param")

	ActorSystemOptionErr        = errors.New("actor system option run failed")
	RegisterClusterErr          = errors.New("register cluster error")
	RegisterActorSystemErr      = errors.New("actor system has stopped")
	RegisterActorSameIdErr      = errors.New("actor with same id")
	ProtoMarshalErr             = errors.New("actor system send proto marshal failed")
	ActorNotFoundErr            = errors.New("local actor not found")
	ActorMsgTypeCanNotRemoteErr = errors.New("msg type can not remote")
	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