DataTransferDetailsValidationResponseProperties interface

Properties of data transfer details validation response.

Extends

Properties

status

Data transfer details validation status.

validationType

Identifies the type of validation response.

Inherited Properties

error

Error code and message of validation response.

Property Details

status

Data transfer details validation status.

status?: ValidationStatus

Property Value

validationType

Identifies the type of validation response.

validationType: "ValidateDataTransferDetails"

Property Value

"ValidateDataTransferDetails"

Inherited Property Details

error

Error code and message of validation response.

error?: CloudError

Property Value

Inherited From ValidationInputResponse.error