ErrorInfo [SPFSDK][VMMREF]

 

Applies To: Windows Azure Pack

The ErrorInfo type represents detailed information about an event that occurred. Even though the object is named ErrorInfo, it can still mean that an event was successful.

For more information, see Complex Types

Name

Type

Nullable

Description

CloudProblem

Edm.String

True

The error message for a cloud specific problem. If this is empty, check the Problem property.

Code

Edm.String

True

The generic error code for this error.

DetailedCode

Edm.Int32

True

The detailed error code for this error.

DetailedErrorCode

Edm.String

True

Formats the DetailedCode property to give a precise error code based on the DetailedSource property.

DetailedSource

Edm.String

True

The source of the detailed error code. One of the following values.

  • IPMI

  • None

  • SMASH

  • SQLServer

  • WindowsAPI

  • WindowsHResult

  • WMI

DisplayableErrorCode

Edm.Int64

True

The error code that is displayed in the Virtual Machine Manager console.

ErrorCodeString

Edm.String

True

The same as the DisplayableErrorCode property but in string format.

ErrorType

Edm.String

True

The type of error. One of the following values.

  • Error

  • Info

  • InfoQuestion

  • Warning

  • WarningQuestion

ExceptionDetails

Edm.String

True

If a code exception caused this error, this property represents the description of that exception.

IsConditionallyTerminating

Edm.Boolean

True

When True, this error code is a non-fatal database error, also called a transient error.

IsDeploymentBlocker

Edm.Boolean

True

When True, indicates that a deployment will be held up by this error.

IsMomAlert

Edm.Boolean

True

When True, indicates that the error is from Operations Manager and should be logged in the event log.

IsSuccess

Edm.Boolean

True

When True, indicates that there was no error.

IsTerminating

Edm.Boolean

True

When True, it can mean one of two things. First, if the error happened on the client, then it indicates that the connection was dropped. Otherwise, if the error happened on the server a fatal error occurred and Virtual Machine Manager may need to be restarted.

MessageParameters

Edm.String

True

Name-value pairs that describe any parameters passed into the message provided by the error.

MomAlertSeverity

Edm.String

True

When IsMomAlert is True, this property describes the severity of the alert. One of the following values.

  • Error

  • Info

  • Warning

Problem

Edm.String

True

The error description using all of the supplied MessageParameters.

RecommendedAction

Edm.String

True

The recommended remediation action presented to the Virtual Machine Manager console.

RecommendedActionCLI

Edm.String

True

The recommended remediation action presented to the Virtual Machine Manager command line interface.

ShowDetailedError

Edm.Boolean

True

When True, indicates that the error has provided details as to the problem.

Here is a list of entities that use this complex type.

Show: