errcode

package
v0.0.0-...-d9644fe 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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrCode

type ErrCode int

ErrCode define error code

const (
	// Common Errors
	OK          ErrCode = iota // success
	DBErr                      // database operation error
	JsonMarshal                // json marshall or unmarshall error
	ServerErr                  // server error
	NotFound                   // not found

)

func (ErrCode) Error

func (ec ErrCode) Error() string

func (ErrCode) String

func (i ErrCode) String() string

Jump to

Keyboard shortcuts

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