Categorygithub.com/88labs/go-utils/cerrors
modulepackage
0.9.0
Repository: https://github.com/88labs/go-utils.git
Documentation: pkg.go.dev

# README

cerrors

よく使いそうなエラー種類を定義しました。xerrorsを使っています。

Usage

エラーの生成

cerrors.New(aerrors.UnknownErr, err, "detail")

書式指定ができるNewfもあります。

エラーのラッピング

xerrors.Errorf(": %w", err)

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author