你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HealthError Class

Definition

Health Error.

public class HealthError
type HealthError = class
Public Class HealthError
Inheritance
HealthError

Constructors

HealthError()

Initializes a new instance of the HealthError class.

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

Initializes a new instance of the HealthError 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.

InnerHealthErrors

Gets or sets the inner health errors. HealthError having a list of HealthError as child errors is problematic. 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 -&gt; InnerException.

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