Unison.Server.Errors
badHQN :: HashQualifiedName -> ServerError Source #
backendError :: BackendError -> ServerError Source #
badNamespace :: String -> String -> ServerError Source #
noSuchNamespace :: HashQualifiedName -> ServerError Source #
couldntLoadBranch :: CausalHash -> ServerError Source #
ambiguousNamespace :: HashQualifiedName -> Set HashQualifiedName -> ServerError Source #
missingSigForTerm :: HashQualifiedName -> ServerError Source #
noSuchDefinition :: HashQualified Name -> ServerError Source #
ambiguousHashForDefinition :: ShortHash -> ServerError Source #
expectedNameLookup :: BranchHash -> ServerError Source #
disjointProjectAndPerspective :: Absolute -> Absolute -> ServerError Source #
projectBranchNameNotFound :: ProjectName -> ProjectBranchName -> ServerError Source #