merrors

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErnoSuccess = 0

	ErnoRequestBindFailed = 1001 + iota
	ErnoDataNotSupport
	ErnoGetNextIdFailed
)
View Source
const (
	ErrMsgSuccess = "success"

	ErrMsgRequestBindFailed = "request_bind_failed"
	ErrMsgDataNotSupport    = "data_not_support"
)

Variables

View Source
var ErnoMsgMap = map[int]string{
	ErnoSuccess:           ErrMsgSuccess,
	ErnoRequestBindFailed: ErrMsgRequestBindFailed,
	ErnoDataNotSupport:    ErrMsgDataNotSupport,
}

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