errcode

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2024 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(err error) (int, bool)

errorからエラーコードを取得する

func Set

func Set(err error, code int) error

errorにエラーコードを設定する

Types

type Model

type Model struct {
	Code    int
	Message string
}

errorの実装モデル

func NewModel

func NewModel(code int, message string) *Model

モデルを作成する

func (*Model) Error

func (m *Model) Error() string

Jump to

Keyboard shortcuts

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