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