plus

operator fun plus(other: FieldError): FieldError(source)

Combines this FieldError with another FieldError.

Return

A new FieldError containing all error messages from both instances.

Parameters

other

The other FieldError to combine with.