forked from Nexus/nexus
Try to fix error handling on sync
This commit is contained in:
parent
3cfbe7c078
commit
5154e0fc6b
4 changed files with 35 additions and 18 deletions
|
|
@ -14,5 +14,5 @@ abstract class SyncStatus with _$SyncStatus {
|
|||
_$SyncStatusFromJson(json);
|
||||
}
|
||||
|
||||
@JsonEnum(fieldRename: FieldRename.snake)
|
||||
@JsonEnum(fieldRename: FieldRename.kebab)
|
||||
enum SyncStatusType { ok, waiting, erroring, permanentlyFailed }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue