Table of Contents

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

message string

Human-readable explanation including which step failed.

RekorException(string, Exception)

Creates a new SigstoreException with an inner cause.

public RekorException(string message, Exception innerException)

Parameters

message string

Human-readable explanation including which step failed.

innerException Exception

Underlying exception.