Versions in this module Expand all Collapse all v1 v1.0.2 Feb 23, 2026 v1.0.1 Jan 21, 2026 Changes in this version + var ActorPathError = Error("Actor path is error.") + var ClsuterRequestFail = Error("Cluster request fail") + var ClusterClientIsStop = Error("Cluster client is stop") + var ClusterNodeTypeIsNil = Error("Cluster node type is nil") + var ClusterNodeTypeMemberNotFound = Error("Cluster node type member not found") + var ClusterPacketMarshalFail = Error("Cluster packet marshal fail") + var ClusterPacketUnmarshalFail = Error("Cluster packet unmarshal fail") + var ClusterPublishFail = Error("Cluster publish fail") + var ClusterRequestTimeout = Error("Cluster Request timeout") + var DiscoveryNotFoundNode = Error("Discovery not found node") + var FuncIsNil = Error("Func is nil") + var FuncTypeError = Error("Func type error") + var MessageInvalid = Error("Invalid message") + var MessageRouteNotFound = Error("Route info not found in dictionary") + var MessageWrongType = Error("Wrong message type") + var PacketConnectClosed = Error("Client connection closed") + var PacketInvalidHeader = Error("Invalid header") + var PacketMsgSmallerThanExpected = Error("Received less data than expected, EOF?") + var PacketSizeExceed = Error("Codec: packet size exceed") + var PacketWrongType = Error("Wrong packet type") + var ProtobufWrongValueType = Error("Convert on wrong type value") + var RouteFieldCantEmpty = Error("Route field can not be empty") + var RouteInvalid = Error("Invalid route") + func Error(text string) error + func Errorf(format string, a ...interface{}) error + func Wrap(err error, text string) error + func Wrapf(err error, format string, a ...interface{}) error