OBJECT

BusinessAppUpsertResponseError

link GraphQL Schema definition

  • type BusinessAppUpsertResponseError {
  • entityId: EntityId
  • # The name of the entity
  • entityName: String
  • # The error that was hit when upserting this entity
  • errorMsg: String!
  • # The type of the error that was hit when upserting this entity
  • errorType: BusinessAppUpsertResponseErrorType!
  • }