Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxValidationError ¶
TxValidationError marks that the error is related to validation of a transaction
type VSCCEndorsementPolicyError ¶
type VSCCEndorsementPolicyError struct {
Err error
}
VSCCEndorsementPolicyError error to mark transaction failed endorsement policy check
func (VSCCEndorsementPolicyError) Error ¶
func (e VSCCEndorsementPolicyError) Error() string
Error returns reasons which lead to the failure
func (*VSCCEndorsementPolicyError) IsValid ¶
func (e *VSCCEndorsementPolicyError) IsValid() bool
type VSCCExecutionFailureError ¶
type VSCCExecutionFailureError struct {
Err error
}
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
func (*VSCCExecutionFailureError) IsValid ¶
func (e *VSCCExecutionFailureError) IsValid() bool
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.