const factory Error({ @Default([]) final List<Location> locations, String? message, @Default([]) final List<String> path, }) = _Error;