Get Route Detail Result
Result type for getting route detail with offline-first support.
This sealed class provides SKIE-compatible Swift interop with proper type safety for route detail retrieval operations.
Inheritors
Types
Link copied to clipboard
Failed to retrieve route detail due to an error.
Link copied to clipboard
data class Success(val data: ZyncRouteDetail, val syncStatus: ZyncDashboardSyncStatus, val lastSyncedAt: String) : GetRouteDetailResult
Successfully retrieved route detail.