Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxValidationError ¶
txvalidationError标记错误与 交易的确认
type VSCCEndorsementPolicyError ¶
type VSCCEndorsementPolicyError struct {
Err error
}
用于标记事务的vscc背书策略错误 背书策略检查失败
func (VSCCEndorsementPolicyError) Error ¶
func (e VSCCEndorsementPolicyError) Error() string
错误返回导致失败的原因
func (*VSCCEndorsementPolicyError) IsValid ¶
func (e *VSCCEndorsementPolicyError) IsValid() bool
type VSCCExecutionFailureError ¶
type VSCCExecutionFailureError struct {
Err error
}
要指示的vsccexecutionfailureerror错误 尝试执行vscc时失败 背书政策检查
func (VSCCExecutionFailureError) Error ¶
func (e VSCCExecutionFailureError) Error() string
错误返回导致失败的原因
func (*VSCCExecutionFailureError) IsValid ¶
func (e *VSCCExecutionFailureError) IsValid() bool
type VSCCInfoLookupFailureError ¶
type VSCCInfoLookupFailureError struct {
Reason string
}
vsccinfo查找失败错误,指示无法 从LCCC获取VSCC信息
func (VSCCInfoLookupFailureError) Error ¶
func (e VSCCInfoLookupFailureError) Error() string
错误返回导致失败的原因
Click to show internal directories.
Click to hide internal directories.