Table of Contents

Class CheckResult

Namespace
Quilt4Net.Toolkit.Features.Health
Assembly
Quilt4Net.Toolkit.dll

Result of component check

public record CheckResult : IEquatable<CheckResult>
Inheritance
CheckResult
Implements
Inherited Members

Properties

Message

Optional message information that will be shown in the response.

public string Message { get; init; }

Property Value

string

Success

True if the check was successful.

public required bool Success { get; init; }

Property Value

bool