Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VSCCEndorsementPolicyError ¶ added in v1.1.0
type VSCCEndorsementPolicyError struct {
Reason string
}
VSCCEndorsementPolicyError error to mark transaction failed endrosement policy check
func (VSCCEndorsementPolicyError) Error ¶ added in v1.1.0
func (e VSCCEndorsementPolicyError) Error() string
Error returns reasons which lead to the failure
type VSCCExecutionFailureError ¶ added in v1.1.0
type VSCCExecutionFailureError struct {
Reason string
}
VSCCExecutionFailureError error to indicate failure during attempt of executing VSCC endorsement policy check
func (VSCCExecutionFailureError) Error ¶ added in v1.1.0
func (e VSCCExecutionFailureError) Error() string
Error returns reasons which lead to the failure
type VSCCInfoLookupFailureError ¶ added in v1.1.0
type VSCCInfoLookupFailureError struct {
Reason string
}
VSCCInfoLookupFailureError error to indicate inability to obtain VSCC information from LCCC
func (VSCCInfoLookupFailureError) Error ¶ added in v1.1.0
func (e VSCCInfoLookupFailureError) Error() string
Error returns reasons which lead to the failure
Click to show internal directories.
Click to hide internal directories.