FailedRequestAttemptDiagnostic interface

This type captures diagnostic information regarding a failed request to server api.

Properties

activityId
attemptNumber
durationInMs
operationType
requestPayloadLengthInBytes
resourceType
responsePayloadLengthInBytes
startTimeUTCInMs
statusCode
substatusCode

Property Details

activityId

activityId: string

Property Value

string

attemptNumber

attemptNumber: number

Property Value

number

durationInMs

durationInMs: number

Property Value

number

operationType

operationType?: OperationType

Property Value

OperationType

requestPayloadLengthInBytes

requestPayloadLengthInBytes: number

Property Value

number

resourceType

resourceType?: ResourceType

Property Value

ResourceType

responsePayloadLengthInBytes

responsePayloadLengthInBytes: number

Property Value

number

startTimeUTCInMs

startTimeUTCInMs: number

Property Value

number

statusCode

statusCode: number

Property Value

number

substatusCode

substatusCode?: number

Property Value

number