Share via


LivenessSessionAttemptOutput interface

The liveness session attempt.

Properties

attemptId

The attempt ID, start from 1.

attemptStatus

The status of the attempt.

Possible values: "NotStarted", "Running", "Succeeded", "Failed", "Canceled"

error

The error of the liveness call, will be null if there is result.

result

The result of the liveness call, will be null if there is error.

Property Details

attemptId

The attempt ID, start from 1.

attemptId: number

Property Value

number

attemptStatus

The status of the attempt.

Possible values: "NotStarted", "Running", "Succeeded", "Failed", "Canceled"

attemptStatus: string

Property Value

string

error

The error of the liveness call, will be null if there is result.

error?: LivenessErrorOutput

Property Value

result

The result of the liveness call, will be null if there is error.

result?: LivenessResultOutput

Property Value