errors property

Map<String, List<String>> errors
final

Keyed by field name, exactly as Laravel sends it. A key matching no field is the caller's problem to surface, never to drop — see the form banner.

Implementation

final Map<String, List<String>> errors;