Registration Failed
data class RegistrationFailed(val failedIds: List<String>, val cause: Throwable? = null) : AFGeofenceEvent
Indicates a partial registration failure: some geofences in a batched registration call were rejected by the platform while others succeeded. Distinct from Error so consumers can implement targeted retry logic (re-register only the failed IDs) instead of falling back to a full stop/start cycle.