Domain Detective

API Reference

Enum

CtProviderOutcomeKind

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the observed outcome of one certificate transparency provider request.

Inheritance

  • Enum
  • CtProviderOutcomeKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const CtProviderOutcomeKind Success #

The provider request completed successfully.

Value: 0
public const CtProviderOutcomeKind TransientFailure #

The provider request failed with a retryable/transient error.

Value: 1
public const CtProviderOutcomeKind RateLimited #

The provider request failed because the provider rate-limited the caller.

Value: 2
public const CtProviderOutcomeKind Timeout #

The provider request timed out.

Value: 3
public const CtProviderOutcomeKind PermanentFailure #

The provider request failed with a non-retryable error.

Value: 4
{{ include "footer" }}