OBJECT

OracleAcoValueErrorDetail

Description

Supported in v6.0+

link GraphQL Schema definition

  • type OracleAcoValueErrorDetail {
  • # Required. Supported in v6.0+
  • # Validation error message for the provided value.
  • error: String!
  • # Required. Supported in v6.0+
  • # Name of the Advanced Cloning Options (ACO) parameter.
  • parameter: String!
  • }