err

package
v0.0.0-...-61829c1 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// 400
	TransIncomeAccountNotFoundError = &httplib.GeneralError{
		Msg:            "收益账户不存在",
		Code:           400001,
		Desc:           "收益账户不存在",
		CanBeErrorTalk: false,
	}
	TransFeeGteAmountError = &httplib.GeneralError{
		Msg:            "手续费大于等于实际金额",
		Code:           400002,
		Desc:           "手续费大于等于实际金额",
		CanBeErrorTalk: false,
	}
	TransIncomeAccountSameToSellerError = &httplib.GeneralError{
		Msg:            "收益账户与卖家相同",
		Code:           400003,
		Desc:           "收益账户与卖家相同",
		CanBeErrorTalk: false,
	}
	TransFeeAmoutAccountBindError = &httplib.GeneralError{
		Msg:            "手续费不为0的情况下,收益账户必须存在",
		Code:           400004,
		Desc:           "手续费不为0的情况下,收益账户必须存在",
		CanBeErrorTalk: false,
	}
	TransQueryParamsBindError = &httplib.GeneralError{
		Msg:            "起止时间有误",
		Code:           400015,
		Desc:           "起止时间有误",
		CanBeErrorTalk: true,
	}
)

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