OBJECT
ValidateOracleAcoFileReply
Description
Supported in v6.0+
link GraphQL Schema definition
- type ValidateOracleAcoFileReply {
- # Supported in v6.0+
- # List of Advanced Cloning Options (ACO) parameter values that were parsed.
- : [OracleAcoParameterDetail!]!
- # Supported in v6.0+
- # Other generic errors with the Advanced Cloning Options (ACO) parameters.
- : [String!]!
- # Supported in v6.0+
- # List of Advanced Cloning Options (ACO) errors pertaining to the specified
- # values.
- : [OracleAcoValueErrorDetail!]!
- }