Class: Lutaml::Model::SortingConfigurationConflictError

Inherits:
Error
  • Object
show all
Defined in:
lib/lutaml/model/error/sorting_configuration_conflict_error.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



4
5
6
# File 'lib/lutaml/model/error/sorting_configuration_conflict_error.rb', line 4

def to_s
  "Keeping the order of input (ordered: true) and sorting (sort by <element name>) are not supported together, Please choose one or the other."
end