DataTransferDetailsValidationResponseProperties interface

Properties of data transfer details validation response.

Extends

Properties

status

Data transfer details validation status. NOTE: This property will not be serialized. It can only be populated by the server.

validationType

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

error

Error code and message of validation response. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

status

Data transfer details validation status. NOTE: This property will not be serialized. It can only be populated by the server.

status?: ValidationStatus

Property Value

validationType

Polymorphic discriminator, which specifies the different types this object can be

validationType: "ValidateDataTransferDetails"

Property Value

"ValidateDataTransferDetails"

Inherited Property Details

error

Error code and message of validation response. NOTE: This property will not be serialized. It can only be populated by the server.

error?: CloudError

Property Value

Inherited From ValidationInputResponse.error