Documentation
¶
Index ¶
Constants ¶
View Source
const ( ERRCODE_COMMON = iota + 500 ERRCODE_REMOTE_CALL ERRCODE_BROKER ERRCODE_REGISTRY ERRCODE_CONFIG ERRCODE_GATEWAY ERRCODE_NO_TOKEN )
View Source
const ERRMSG_UNKNOWN = "unknown error"
Variables ¶
This section is empty.
Functions ¶
func NewInternal ¶
func NewRpcError ¶
func WrapInternal ¶
Types ¶
type MicroError ¶
type MicroError struct {
// contains filtered or unexported fields
}
func (MicroError) Code ¶
func (e MicroError) Code() int
func (MicroError) Error ¶
func (e MicroError) Error() string
func (MicroError) StackTrace ¶
func (e MicroError) StackTrace() errors.StackTrace
Click to show internal directories.
Click to hide internal directories.