error
对象,并包含堆栈信息。 New(text string) error
Newf(format string, args ...interface{}) error
error
对象,构造成多级的错误信息,包含堆栈信息。 func Wrap(err error, text string) error
func Wrapf(err error, format string, args ...interface{}) error
error
对象,并且忽略部分堆栈信息(按照当前调用方法位置往上忽略)。高级功能,一般开发者很少用得到。 func NewSkip(skip int, text string) error
func NewSkipf(skip int, format string, args ...interface{}) error
func NewCode(code int, text string) error
func NewCodef(code int, format string, args ...interface{}) error
func NewCodeSkip(code, skip int, text string) error
func NewCodeSkipf(code, skip int, format string, args ...interface{}) error
func WrapCode(code int, err error, text string) error
func WrapCodef(code int, err error, format string, args ...interface{}) error
备案信息: 粤ICP备15087711号-2
Copyright © 2008-2024 啊嘎哇在线工具箱 All Rights.
本站所有资料来源于网络,版权归原作者所有,仅作学习交流使用,如不慎侵犯了您的权利,请联系我们。