Aracılığıyla paylaş


InnerHealthError Class

Definition

Implements InnerHealthError class. HealthError object has a list of InnerHealthErrors as child errors. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.

public class InnerHealthError
type InnerHealthError = class
Public Class InnerHealthError
Inheritance
InnerHealthError

Constructors

InnerHealthError()

Initializes a new instance of the InnerHealthError class.

InnerHealthError(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, String, String, String, String)

Initializes a new instance of the InnerHealthError class.

Properties

CreationTimeUtc

Gets or sets error creation time (UTC).

CustomerResolvability

Gets or sets value indicating whether the health error is customer resolvable. Possible values include: 'Allowed', 'NotAllowed'

EntityId

Gets or sets iD of the entity.

ErrorCategory

Gets or sets category of error.

ErrorCode

Gets or sets error code.

ErrorId

Gets or sets the health error unique id.

ErrorLevel

Gets or sets level of error.

ErrorMessage

Gets or sets error message.

ErrorSource

Gets or sets source of error.

ErrorType

Gets or sets type of error.

PossibleCauses

Gets or sets possible causes of error.

RecommendedAction

Gets or sets recommended action to resolve error.

RecoveryProviderErrorMessage

Gets or sets dRA error message.

SummaryMessage

Gets or sets summary message of the entity.

Applies to