error

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2024 License: Apache-2.0 Imports: 0 Imported by: 4

Documentation

Index

Constants

View Source
const (
	Success                       = ActorErr(0)
	ErrActorTypeNotFound          = ActorErr(1)
	ErrRemindersParamsInvalid     = ActorErr(2)
	ErrActorMethodNoFound         = ActorErr(3)
	ErrActorInvokeFailed          = ActorErr(4)
	ErrReminderFuncUndefined      = ActorErr(5)
	ErrActorMethodSerializeFailed = ActorErr(6)
	ErrActorSerializeNoFound      = ActorErr(7)
	ErrActorIDNotFound            = ActorErr(8)
	ErrActorFactoryNotSet         = ActorErr(9)
	ErrTimerParamsInvalid         = ActorErr(10)
	ErrSaveStateFailed            = ActorErr(11)
	ErrActorServerInvalid         = ActorErr(12)
)

TODO(@laurence) the classification, handle and print log of error should be optimized.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActorErr

type ActorErr uint8

Jump to

Keyboard shortcuts

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