Coverage for src/couchers/errors.py: 100%
174 statements
« prev ^ index » next coverage.py v7.6.10, created at 2025-06-01 02:39 +0000
« prev ^ index » next coverage.py v7.6.10, created at 2025-06-01 02:39 +0000
1# CAUTION! Changing these messages may break clients.
3ACCOUNT_NOT_FOUND = "An account with that username or email was not found."
4ACCOUNT_SUSPENDED = "Your account is suspended."
5ADMIN_BLOG_BLURB_TOO_LONG = "The blog post blurb is too long."
6ADMIN_BLOG_TITLE_TOO_LONG = "The blog post title is too long."
7ADMIN_CANNOT_EDIT_BADGE = "Admins cannot edit that badge."
8ADMIN_NOTE_CANT_BE_EMPTY = "The admin note cannot be empty."
9ALREADY_ADMIN = "That user is already an admin."
10ALREADY_HAVE_DM = "You already have a direct message chat with this user."
11ALREADY_IN_CHAT = "That user is already in the chat."
12ALREADY_IN_COMMUNITY = "You're already in that community."
13ALREADY_IN_GROUP = "You're already in that group."
14BADGE_NOT_FOUND = "Badge not found."
15BUG_TOOL_DISABLED = "Bug tool disabled"
16BUG_TOOL_REQUEST_FAILED = "Request failed"
17CANNOT_EDIT_THAT_NOTIFICATION_PREFERENCE = "That notification preference is not user editable."
18CANNOT_LEAVE_CONTAINING_COMMUNITY = "You are inside this community, so you cannot leave it."
19CANT_ADD_SELF = "You can't add yourself to a group chat."
20CANT_BLOCK_SELF = "You can't block yourself."
21CANT_FRIEND_SELF = "You can't befriend yourself!"
22CANT_INVITE_SELF = "You can't invite yourself to a chat."
23CANT_INVITE_TO_DM = "You can't invite other users to a direct message."
24CANT_MAKE_SELF_ADMIN = "You can't make yourself an admin."
25CANT_MUTE_PAST = "You can't mute until a date in the past."
26CANT_REFER_SELF = "You can't refer yourself."
27CANT_REMOVE_LAST_ADMIN = "You can't remove the last admin."
28CANT_REMOVE_SELF = "You can't remove yourself."
29CANT_REQUEST_SELF = "Can't request hosting from yourself."
30CANT_UNACCEPT_COMMUNITY_GUIDELINES = "You cannot revoke acceptance of the Community Guidelines."
31CANT_UNACCEPT_TOS = "You cannot revoke acceptance of the Terms of Service."
32CANT_UNSEE_MESSAGES = "You can't unsee messages."
33CANT_UNSUB_TOPIC = "Sorry, you can't unsubscribe from that topic right now."
34CANT_WRITE_REFERENCE_FOR_REQUEST = "You can't write a reference for that host request, or it wasn't found."
35CANT_WRITE_REFERENCE_INDICATED_DIDNT_MEETUP = "You can't write a reference for that host request because you indicated that you didn't meet up." # fmt: skip
36CHAT_NOT_FOUND = "Couldn't find that chat."
37COMMUNITY_NOT_FOUND = "Community not found."
38CONTENT_REPORT_NOT_FOUND = "Content report not found."
39DATE_FROM_AFTER_ONE_YEAR = "The start date must be within one year from today."
40DATE_FROM_AFTER_TO = "From date can't be after to date."
41DATE_FROM_BEFORE_TODAY = "From date must be today or later."
42DATE_TO_AFTER_ONE_YEAR = "You cannot request to stay with someone for longer than one year."
43DISCUSSION_NOT_FOUND = "Discussion not found."
44DO_NOT_EMAIL_CANNOT_HOST = "You cannot enable hosting while you have emails turned off in your settings."
45DO_NOT_EMAIL_CANNOT_MEET = "You cannot enable meeting up while you have emails turned off in your settings."
46DONATION_TOO_SMALL = "We can't accept donations less than $2, sorry!"
47DONATIONS_DISABLED = "Donations are currently disabled."
48EVENT_CANT_CANCEL_OLD_EVENT = "You can't cancel an event that's more than 1 day old."
49EVENT_CANT_OVERLAP = "An event cannot have overlapping occurrences."
50EVENT_CANT_REMOVE_OWNER_AS_ORGANIZER = "Transfer the event elsewhere before removing yourself as an organizer."
51EVENT_CANT_UPDATE_ALL_TIMES = "You cannot update all events if you're modifying start or end times."
52EVENT_CANT_UPDATE_CANCELLED_EVENT = "You can't modify, subscribe to, or attend to an event that's been cancelled."
53EVENT_CANT_UPDATE_OLD_EVENT = "You can't modify, subscribe to, or attend to an event that's more than 1 day old."
54EVENT_COMMUNITY_INVITE_ALREADY_APPROVED = "A community invite has already been sent out for this event."
55EVENT_COMMUNITY_INVITE_ALREADY_DECIDED = "That event community invite was already approved/denied."
56EVENT_COMMUNITY_INVITE_ALREADY_REQUESTED = "You have already requested a community invite for this event."
57EVENT_COMMUNITY_INVITE_NOT_FOUND = "Couldn't find that event community invite."
58EVENT_EDIT_PERMISSION_DENIED = "You're not allowed to edit that event."
59EVENT_ENDS_BEFORE_STARTS = "The event must end after it starts."
60EVENT_IN_PAST = "The event must be in the future."
61EVENT_NOT_AN_ORGANIZER = "You're not an organizer."
62EVENT_NOT_FOUND = "Event not found."
63EVENT_TOO_FAR_IN_FUTURE = "The event needs to start within the next year."
64EVENT_TOO_LONG = "Events cannot last longer than 7 days."
65EVENT_TRANSFER_PERMISSION_DENIED = "You're not allowed to transfer that event."
66FRIEND_REQUEST_NOT_FOUND = "Couldn't find that friend request."
67FRIENDS_ALREADY_OR_PENDING = "You are already friends with or have sent a friend request to that user."
68GROUP_NOT_FOUND = "Group not found."
69GROUP_OR_COMMUNITY_NOT_FOUND = "Group or community not found."
70HOST_REQUEST_CLOSED = "This host request is closed, use a normal message instead."
71HOST_REQUEST_IN_PAST = "This host request is in the past."
72HOST_REQUEST_NOT_FOUND = "Couldn't find that host request."
73HOST_REQUEST_SENT_OR_RECEIVED = "Can't only list sent and also only received requests."
74HOSTING_STATUS_REQUIRED = "Hosting status is required."
75INCOMPLETE_PROFILE_CREATE_EVENT = "You have to complete your profile before you can create an event."
76INCOMPLETE_PROFILE_SEND_MESSAGE = "You have to complete your profile before you can send a message."
77INCOMPLETE_PROFILE_SEND_REQUEST = "You have to complete your profile before you can send a request."
78INSECURE_PASSWORD = "The password is insecure. Please use one that is not easily guessable."
79INVALID_BIRTHDATE = "You must be at least 18 years old to sign up."
80INVALID_COMMENT = "You cannot post an empty comment."
81INVALID_COORDINATE = "Invalid coordinate."
82INVALID_DATE = "Invalid date."
83INVALID_DELIVERY_METHOD = "Invalid delivery method."
84INVALID_EMAIL = "Invalid email."
85INVALID_GUIDE_LOCATION = "You need to either supply an address and location or neither for a guide."
86INVALID_HOST_REQUEST_STATUS = "You can't set the host request status to that."
87INVALID_LANGUAGE = "Invalid language."
88INVALID_MESSAGE = "Invalid message."
89INVALID_NAME = "Name not supported."
90INVALID_NOTIFICATION_PREFERENCE = "Invalid notification preference."
91INVALID_PASSWORD = "Wrong password."
92INVALID_PHONE = "Phone number must be in international format without punctuation."
93INVALID_RECIPIENTS = "Invalid recipients list."
94INVALID_REGION = "Invalid region."
95INVALID_TOKEN = "Invalid token."
96INVALID_USERNAME = "Invalid username."
97INVITE_PERMISSION_DENIED = "You're not allowed to invite users."
98LAST_ADMIN_CANT_LEAVE = "The last admin can't leave a group chat."
99MISSING_DISCUSSION_CONTENT = "Missing discussion content."
100MISSING_DISCUSSION_TITLE = "Missing discussion title."
101MISSING_EVENT_ADDRESS_LOCATION_OR_LINK = "Missing event address, location, or link."
102MISSING_EVENT_ADDRESS_OR_LOCATION = "Missing event address or location."
103MISSING_EVENT_CONTENT = "Missing event content."
104MISSING_EVENT_TITLE = "Missing event title."
105MISSING_PAGE_ADDRESS = "Missing page address."
106MISSING_PAGE_CONTENT = "Missing page text."
107MISSING_PAGE_LOCATION = "Missing page geo-location."
108MISSING_PAGE_PARENT = "Missing page parent."
109MISSING_PAGE_TITLE = "Missing page title."
110MOD_NOTE_NEED_TO_ACKNOWELDGE = "You need to read and acknolwedge the mod note."
111MOD_NOTE_NOT_FOUND = "Mod note not found."
112MUST_ACCEPT_COMMUNITY_GUIDELINES = "You must accept the Community Guidelines."
113MUST_ACCEPT_TOS = "You must accept the Terms of Service."
114MUST_CONFIRM_ACCOUNT_DELETE = "Please confirm your account deletion."
115MUST_CONFIRM_LOGOUT_OTHER_SESSIONS = "Please confirm you want to log out of other sessions."
116MUST_INCLUDE_OWN_GENDER = "You must include your own gender in the gender filter."
117NEED_STRONG_VERIFICATION = "You need Strong Verification to use that feature."
118NEED_TO_SPECIFY_AT_LEAST_ONE_USER = "You need to specify at least one user."
119NO_MULTIPOLYGON = "GeoJson was not of type MultiPolygon."
120NO_PENDING_VERIFICATION = "No phone number to verify."
121NO_RECIPIENTS = "No recipients."
122NODE_MODERATE_PERMISSION_DENIED = "You're not allowed to moderate that community"
123NOT_DONATED = "Please complete donation to get phone verified."
124NOT_FRIENDS = "You aren't friends with that user!"
125NOT_IN_COMMUNITY = "You're not in that community."
126NOT_IN_GROUP = "You're not in that group."
127NOT_THE_HOST = "You are not the host of this request."
128NOTIFICATION_NOT_FOUND = "Notification not found."
129OBJECT_NOT_FOUND = "Object not found."
130ONLINE_EVENT_MISSING_PARENT_COMMUNITY = "The online event is missing a parent community."
131ONLINE_EVENT_REQUIRES_LINK = "An online-only event requires a link."
132ONLY_ADMIN_CAN_EDIT = "Only admins can edit the chat."
133ONLY_ADMIN_CAN_MAKE_ADMIN = "Only admins can make other users admins."
134ONLY_ADMIN_CAN_REMOVE_ADMIN = "Only admins can remove admins."
135ONLY_ADMIN_CAN_REMOVE_USER = "Only admins can remove users."
136PAGE_NOT_FOUND = "Page not found."
137PAGE_TRANSFER_PERMISSION_DENIED = "You're not allowed to transfer that page."
138PAGE_UPDATE_PERMISSION_DENIED = "You're not allowed to update that page."
139PASSWORD_TOO_LONG = "The password must be less than 256 characters."
140PASSWORD_TOO_SHORT = "The password must be 8 or more characters long."
141PHOTO_NOT_FOUND = "Photo not found."
142PROBE_NOT_FOUND = "You don't currently have an activeness probe."
143PROBE_RESPONSE_INVALID = "You can't respond to an activeness probe like that."
144PUSH_NOTIFICATIONS_DISABLED = "Push notifications are currently disabled."
145REFERENCE_ALREADY_GIVEN = "Reference already given."
146REFERENCE_INVALID_RATING = "The rating must be between 0 and 1, inclusive."
147REFERENCE_NO_TEXT = "The text of a reference must not be empty"
148REFERENCE_NOT_FOUND = "Reference not found."
149REQUESTED_TOO_MANY_USERS = "You can't request that many users at a time."
150REVERIFICATION_TOO_EARLY = "Too early for a new phone number verification. Please try again later."
151SIGNUP_FLOW_ACCOUNT_FILLED = "Account part already filled in."
152SIGNUP_FLOW_BASIC_FILLED = "Basic part already filled in."
153SIGNUP_FLOW_BASIC_NEEDED = "Basic part needed to sign up."
154SIGNUP_FLOW_EMAIL_STARTED_SIGNUP = "Please check your email for a link to continue signing up."
155SIGNUP_FLOW_EMAIL_TAKEN = "That email address is already associated with an account. Please log in instead!"
156SIGNUP_FLOW_FEEDBACK_FILLED = "Feedback part already filled in."
157STRONG_VERIFICATION_ALREADY_VERIFIED = "You already have strong verification."
158STRONG_VERIFICATION_ATTEMPT_NOT_FOUND = "Strong verification attempt not found."
159STRONG_VERIFICATION_DISABLED = "Strong verification is currently disabled."
160THREAD_NOT_FOUND = "Discussion thread not found."
161TOO_MANY_SMS_CODE_ATTEMPTS = "Too many sms code attempts performed."
162UNKNOWN_ERROR = "An unknown backend error occurred. Please consider filing a bug!"
163UNRECOGNIZED_PHONE_NUMBER = "Your mobile phone number is not recognized. Please double-check it and contact support if this error persists." # fmt: skip
164UPLOAD_NOT_FOUND = "Upload not found."
165USER_ALREADY_ADMIN = "That user is already an admin."
166USER_ALREADY_BLOCKED = "Target user has already been blocked."
167USER_ALREADY_HAS_BADGE = "The user already has that badge."
168USER_DOES_NOT_HAVE_BADGE = "The user does not have that badge."
169USER_NOT_ADMIN = "That user is not an admin."
170USER_NOT_BLOCKED = "Target user is not blocked."
171USER_NOT_FOUND = "Couldn't find that user."
172USER_NOT_IN_CHAT = "That user is not in that chat."
173USER_NOT_MEMBER = "That user is not in the community."
174USERNAME_NOT_AVAILABLE = "Sorry, that username isn't available."
175WRONG_SIGNATURE = "Wrong signature."
176WRONG_SMS_CODE = "The code is wrong."