Share via


ErrorModel interface

Error web model class.

Properties

agentScenario

Gets the agent scenario where this error occurred. NOTE: This property will not be serialized. It can only be populated by the server.

applianceName

Gets the Appliance name. NOTE: This property will not be serialized. It can only be populated by the server.

code

Gets the error code. NOTE: This property will not be serialized. It can only be populated by the server.

id

Gets the error ID. NOTE: This property will not be serialized. It can only be populated by the server.

impactedAssessmentType

Gets the type of assessment impacted by this error. NOTE: This property will not be serialized. It can only be populated by the server.

message

Gets the error message. NOTE: This property will not be serialized. It can only be populated by the server.

messageParameters

Gets the error message parameters. NOTE: This property will not be serialized. It can only be populated by the server.

possibleCauses

Gets the error possible causes. NOTE: This property will not be serialized. It can only be populated by the server.

recommendedAction

Gets the recommended action for the error. NOTE: This property will not be serialized. It can only be populated by the server.

runAsAccountId

Gets the Run as account ID. NOTE: This property will not be serialized. It can only be populated by the server.

severity

Gets the error severity. NOTE: This property will not be serialized. It can only be populated by the server.

summaryMessage

Gets the error summary message. NOTE: This property will not be serialized. It can only be populated by the server.

updatedTimeStamp

Gets the time stamp when the error was updated. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

agentScenario

Gets the agent scenario where this error occurred. NOTE: This property will not be serialized. It can only be populated by the server.

agentScenario?: string

Property Value

string

applianceName

Gets the Appliance name. NOTE: This property will not be serialized. It can only be populated by the server.

applianceName?: string

Property Value

string

code

Gets the error code. NOTE: This property will not be serialized. It can only be populated by the server.

code?: string

Property Value

string

id

Gets the error ID. NOTE: This property will not be serialized. It can only be populated by the server.

id?: number

Property Value

number

impactedAssessmentType

Gets the type of assessment impacted by this error. NOTE: This property will not be serialized. It can only be populated by the server.

impactedAssessmentType?: string

Property Value

string

message

Gets the error message. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

messageParameters

Gets the error message parameters. NOTE: This property will not be serialized. It can only be populated by the server.

messageParameters?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

possibleCauses

Gets the error possible causes. NOTE: This property will not be serialized. It can only be populated by the server.

possibleCauses?: string

Property Value

string

recommendedAction

Gets the recommended action for the error. NOTE: This property will not be serialized. It can only be populated by the server.

recommendedAction?: string

Property Value

string

runAsAccountId

Gets the Run as account ID. NOTE: This property will not be serialized. It can only be populated by the server.

runAsAccountId?: string

Property Value

string

severity

Gets the error severity. NOTE: This property will not be serialized. It can only be populated by the server.

severity?: string

Property Value

string

summaryMessage

Gets the error summary message. NOTE: This property will not be serialized. It can only be populated by the server.

summaryMessage?: string

Property Value

string

updatedTimeStamp

Gets the time stamp when the error was updated. NOTE: This property will not be serialized. It can only be populated by the server.

updatedTimeStamp?: Date

Property Value

Date