Class RekorException
- Namespace
- Sigstore.Exceptions
- Assembly
- Sigstore.dll
Rekor transparency log rejected the entry or the inclusion promise signature is invalid.
public sealed class RekorException : SigstoreException, ISerializable
- Inheritance
-
RekorException
- Implements
- Inherited Members
Constructors
RekorException(string)
Creates a new SigstoreException.
public RekorException(string message)
Parameters
messagestringHuman-readable explanation including which step failed.
RekorException(string, Exception)
Creates a new SigstoreException with an inner cause.
public RekorException(string message, Exception innerException)