core: getServerOperators, getUserServers, getUsageConditions apis wip (#5141)

This commit is contained in:
spaced4ndy
2024-11-04 21:11:03 +04:00
committed by GitHub
parent 97df069730
commit bdaec30fa0
5 changed files with 107 additions and 38 deletions
+1
View File
@@ -127,6 +127,7 @@ data StoreError
| SERemoteCtrlNotFound {remoteCtrlId :: RemoteCtrlId}
| SERemoteCtrlDuplicateCA
| SEProhibitedDeleteUser {userId :: UserId, contactId :: ContactId}
| SEUsageConditionsNotFound
deriving (Show, Exception)
$(J.deriveJSON (sumTypeJSON $ dropPrefix "SE") ''StoreError)