(err error)
| 41 | } |
| 42 | |
| 43 | func newGracefulError(err error) error { |
| 44 | return GracefulError{err} |
| 45 | } |
| 46 | |
| 47 | var ErrAttestationNotInitialized = errors.New("attestation not yet initialized, execute the init command first") |
| 48 | var ErrAttestationAlreadyExist = errors.New("attestation already initialized, to override it use the --replace flag`") |
no outgoing calls
no test coverage detected