Formats the detail of this error message along with other errors that are mergeable with this error. This is called from #format. mergeableErrors is a list that contains all other errors that are reported in the same exception that are considered to be mergable with this error ba
(List<ErrorDetail<?>> mergeableErrors, Formatter formatter)
| 83 | * @param formatter for printing the error message |
| 84 | */ |
| 85 | protected abstract void formatDetail(List<ErrorDetail<?>> mergeableErrors, Formatter formatter); |
| 86 | |
| 87 | /** |
| 88 | * Returns an optional link to additional documentation about this error to be included in the |