Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RouteFieldCantEmpty = Error("Route field can not be empty") RouteInvalid = Error("Invalid route") )
route
View Source
var ( PacketWrongType = Error("Wrong packet type") PacketSizeExceed = Error("Codec: packet size exceed") PacketConnectClosed = Error("Client connection closed") PacketInvalidHeader = Error("Invalid header") PacketMsgSmallerThanExpected = Error("Received less data than expected, EOF?") )
packet
View Source
var ( MessageWrongType = Error("Wrong message type") MessageInvalid = Error("Invalid message") MessageRouteNotFound = Error("Route info not found in dictionary") )
message
View Source
var ( FuncIsNil = Error("Func is nil") FuncTypeError = Error("Func type error") )
View Source
var (
ActorPathError = Error("Actor path is error.")
)
View Source
var (
ClusterRPCClientIsStop = Error("RPC client is stop")
)
cluster
View Source
var (
ProtobufWrongValueType = Error("Convert on wrong type value")
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.