A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Show error when failing to decode enclosed data

+4 -3
+4 -3
src/Applications/UI/User/State/Import.elm
··· 263 263 ] 264 264 ) 265 265 266 - Err _ -> 267 - -- TODO: Error handling 268 - Return.singleton model 266 + Err err -> 267 + ("Failed to decode enclosed data: " ++ Json.Decode.errorToString err) 268 + |> Notifications.error 269 + |> Common.showNotificationWithModel model