HealthError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> 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. |