Improve error message associated with slicing failure
This commit is contained in:
parent
17b6057e36
commit
2128128072
|
@ -320,7 +320,7 @@ _has_no_children__and_no_types_in_profile_ = {0} has no children ({1}) and no ty
|
|||
not_done_yet = not done yet
|
||||
Did_not_find_single_slice_ = Did not find single slice: {0}
|
||||
Differential_does_not_have_a_slice__b_of_____in_profile_ = Differential does not have a slice: {0}/ (b:{1} of {2} / {3}/ {4}) in profile {5}
|
||||
Attempt_to_a_slice_an_element_that_does_not_repeat__from__in_ = Attempt to a slice an element that does not repeat: {0}/{1} from {2} in {3}
|
||||
Attempt_to_a_slice_an_element_that_does_not_repeat__from__in_ = Attempt to a slice an element that does not repeat: {0}/{1} from {2} in {3}, at element {4} (slice = {5})
|
||||
Unable_to_resolve_reference_to_ = Unable to resolve reference to {0}
|
||||
Unable_to_find_element__in_ = Unable to find element {0} in {1}
|
||||
Unable_to_find_base__for_ = Unable to find base {0} for {1}
|
||||
|
|
Loading…
Reference in New Issue