ValidationInputResponse interface

Minimum properties that should be present in each individual validation response.

Properties

error

Error code and message of validation response. 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

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

validationType

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

validationType: "ValidateAddress" | "ValidateSubscriptionIsAllowedToCreateJob" | "ValidatePreferences" | "ValidateCreateOrderLimit" | "ValidateSkuAvailability" | "ValidateDataTransferDetails"

Property Value

"ValidateAddress" | "ValidateSubscriptionIsAllowedToCreateJob" | "ValidatePreferences" | "ValidateCreateOrderLimit" | "ValidateSkuAvailability" | "ValidateDataTransferDetails"