Type Alias UntranslatedError
UntranslatedError:
| "InvalidCommunity"
| "CannotCreatePostOrCommentInDeletedOrRemovedCommunity"
| "CannotReceivePage"
| "OnlyLocalAdminCanRemoveCommunity"
| "OnlyLocalAdminCanRestoreCommunity"
| "PostIsLocked"
| { PersonIsBannedFromSite: string }
| "InvalidVoteValue"
| "PageDoesNotSpecifyCreator"
| "FederationDisabled"
| { DomainBlocked: string }
| { DomainNotInAllowList: string }
| "FederationDisabledByStrictAllowList"
| "ContradictingFilters"
| "UrlWithoutDomain"
| "InboxTimeout"
| "CantDeleteSite"
| "ObjectIsNotPublic"
| "ObjectIsNotPrivate"
| { InvalidFollow: string }
| "Unreachable"
| "CouldntSendWebmention"
| "CommunityHasNoFollowers"
These errors are only used for federation or internally and dont need to be translated.