lemmy-js-client
    Preparing search index...

    Type Alias FederationError

    FederationError:
        | "InvalidCommunity"
        | "CannotCreatePostOrCommentInDeletedOrRemovedCommunity"
        | "CannotReceivePage"
        | "OnlyLocalAdminCanRemoveCommunity"
        | "OnlyLocalAdminCanRestoreCommunity"
        | "PostIsLocked"
        | { PersonIsBannedFromSite: string }
        | "InvalidVoteValue"
        | "PageDoesNotSpecifyCreator"
        | "CouldntGetComments"
        | "CouldntGetPosts"
        | "FederationDisabled"
        | { DomainBlocked: string }
        | { DomainNotInAllowList: string }
        | "FederationDisabledByStrictAllowList"
        | "ContradictingFilters"
        | "UrlWithoutDomain"
        | "InboxTimeout"
        | "CantDeleteSite"
        | "ObjectIsNotPublic"
        | "ObjectIsNotPrivate"
        | { InvalidFollow: string }
        | "Unreachable"

    Federation related errors, these dont need to be translated.