Skip to content

Instantly share code, notes, and snippets.

@okayurisotto
Last active August 19, 2023 08:24
Show Gist options
  • Save okayurisotto/60a3f7a084c84bc029a4a73a6759fc5b to your computer and use it in GitHub Desktop.
Save okayurisotto/60a3f7a084c84bc029a4a73a6759fc5b to your computer and use it in GitHub Desktop.
Misskey(`60fe5d6`)のAPIError用定義一覧
// admin/roles/assign.ts
export const accessDenied = {"message":"Only administrators can edit members of the role.","code":"ACCESS_DENIED","id":"25b5bc31-dc79-4ebd-9bd2-c84978fd052c"} as const;
// admin/roles/unassign.ts
export const accessDenied_ = {"message":"Only administrators can edit members of the role.","code":"ACCESS_DENIED","id":"24636eee-e8c1-493e-94b2-e16ad401e262"} as const;
// channels/update.ts
export const accessDenied__ = {"message":"You do not have edit privilege of the channel.","code":"ACCESS_DENIED","id":"1fb7cb09-d46a-4fdf-b8df-057788cce513"} as const;
// drive/files/delete.ts
export const accessDenied___ = {"message":"Access denied.","code":"ACCESS_DENIED","id":"5eb8d909-2540-4970-90b8-dd6f86088121"} as const;
// drive/files/show.ts
export const accessDenied____ = {"message":"Access denied.","code":"ACCESS_DENIED","id":"25b73c73-68b1-41d0-bad1-381cfdf6579f"} as const;
// drive/files/update.ts
export const accessDenied_____ = {"message":"Access denied.","code":"ACCESS_DENIED","id":"01a53b27-82fc-445b-a0c1-b558465a8ed2"} as const;
// flash/delete.ts
export const accessDenied______ = {"message":"Access denied.","code":"ACCESS_DENIED","id":"1036ad7b-9f92-4fff-89c3-0e50dc941704"} as const;
// flash/update.ts
export const accessDenied_______ = {"message":"Access denied.","code":"ACCESS_DENIED","id":"08e60c88-5948-478e-a132-02ec701d67b2"} as const;
// i/2fa/update-key.ts
export const accessDenied________ = {"message":"You do not have edit privilege of the channel.","code":"ACCESS_DENIED","id":"1fb7cb09-d46a-4fff-b8df-057708cce513"} as const;
// invite/delete.ts
export const accessDenied_________ = {"message":"Access denied.","code":"ACCESS_DENIED","id":"5eb8d909-2540-4970-90b8-dd6f86088121"} as const;
// notes/delete.ts
export const accessDenied__________ = {"message":"Access denied.","code":"ACCESS_DENIED","id":"fe8d7103-0ea8-4ec3-814d-f8b401dc69e9"} as const;
// pages/delete.ts
export const accessDenied___________ = {"message":"Access denied.","code":"ACCESS_DENIED","id":"8b741b3e-2c22-44b3-a15f-29949aa1601e"} as const;
// pages/update.ts
export const accessDenied____________ = {"message":"Access denied.","code":"ACCESS_DENIED","id":"3c15cd52-3b4b-4274-967d-6456fc4f792b"} as const;
// users/lists/create-from-public.ts
export const alreadyAdded = {"message":"That user has already been added to that list.","code":"ALREADY_ADDED","id":"c3ad6fdb-692b-47ee-a455-7bd12c7af615"} as const;
// users/lists/push.ts
export const alreadyAdded_ = {"message":"That user has already been added to that list.","code":"ALREADY_ADDED","id":"1de7c884-1595-49e9-857e-61f12f4d4fc5"} as const;
// blocking/create.ts
export const alreadyBlocking = {"message":"You are already blocking that user.","code":"ALREADY_BLOCKING","id":"787fed64-acb9-464a-82eb-afbd745b9614"} as const;
// clips/add-note.ts
export const alreadyClipped = {"message":"The note has already been clipped.","code":"ALREADY_CLIPPED","id":"734806c4-542c-463a-9311-15c512803965"} as const;
// notes/polls/vote.ts
export const alreadyExpired = {"message":"The poll is already expired.","code":"ALREADY_EXPIRED","id":"1022a357-b085-4054-9083-8f8de358337e"} as const;
// clips/favorite.ts
export const alreadyFavorited = {"message":"The clip has already been favorited.","code":"ALREADY_FAVORITED","id":"92658936-c625-4273-8326-2d790129256e"} as const;
// notes/favorites/create.ts
export const alreadyFavorited_ = {"message":"The note has already been marked as a favorite.","code":"ALREADY_FAVORITED","id":"a402c12b-34dd-41d2-97d8-4d2ffd96a1a6"} as const;
// users/lists/favorite.ts
export const alreadyFavorited__ = {"message":"The list has already been favorited.","code":"ALREADY_FAVORITED","id":"6425bba0-985b-461e-af1b-518070e72081"} as const;
// following/create.ts
export const alreadyFollowing = {"message":"You are already following that user.","code":"ALREADY_FOLLOWING","id":"35387507-38c7-4cb9-9197-300b93783fa0"} as const;
// flash/like.ts
export const alreadyLiked = {"message":"The flash has already been liked.","code":"ALREADY_LIKED","id":"010065cf-ad43-40df-8067-abff9f4686e3"} as const;
// gallery/posts/like.ts
export const alreadyLiked_ = {"message":"The post has already been liked.","code":"ALREADY_LIKED","id":"40e9ed56-a59c-473a-bf3f-f289c54fb5a7"} as const;
// pages/like.ts
export const alreadyLiked__ = {"message":"The page has already been liked.","code":"ALREADY_LIKED","id":"d4c1edbe-7da2-4eae-8714-1acfd2d63941"} as const;
// i/move.ts
export const alreadyMoved = {"message":"Account was already moved to another account.","code":"ALREADY_MOVED","id":"b234a14e-9ebe-4581-8000-074b3c215962"} as const;
// mute/create.ts
export const alreadyMuting = {"message":"You are already muting that user.","code":"ALREADY_MUTING","id":"7e7359cb-160c-4956-b08f-4d1c653cd007"} as const;
// renote-mute/create.ts
export const alreadyMuting_ = {"message":"You are already muting that user.","code":"ALREADY_MUTING","id":"ccfecbe4-1f1c-4fc2-8a3d-c3ffee61cb7b"} as const;
// i/pin.ts
export const alreadyPinned = {"message":"That note has already been pinned.","code":"ALREADY_PINNED","id":"8b18c2b7-68fe-4edb-9892-c0cbaeb6c913"} as const;
// admin/promo/create.ts
export const alreadyPromoted = {"message":"The note has already promoted.","code":"ALREADY_PROMOTED","id":"ae427aa2-7a41-484f-a18c-2c1104051604"} as const;
// notes/reactions/create.ts
export const alreadyReacted = {"message":"You are already reacting to that note.","code":"ALREADY_REACTED","id":"71efcf98-86d6-4e2b-b2ad-9d032369366b"} as const;
// notes/polls/vote.ts
export const alreadyVoted = {"message":"You have already voted.","code":"ALREADY_VOTED","id":"0963fc77-efac-419b-9424-b391608dc6d8"} as const;
// i/update.ts
export const avatarNotAnImage = {"message":"The file specified as an avatar is not an image.","code":"AVATAR_NOT_AN_IMAGE","id":"f419f9f8-2f4d-46b1-9fb4-49d3a2fd7191"} as const;
// i/update.ts
export const bannerNotAnImage = {"message":"The file specified as a banner is not an image.","code":"BANNER_NOT_AN_IMAGE","id":"75aedb19-2afd-4e6d-87fc-67941256fa60"} as const;
// following/create.ts
export const blocked = {"message":"You are blocked by that user.","code":"BLOCKED","id":"c4ab57cc-4e41-45e9-bfd9-584f61e35ce0"} as const;
// blocking/create.ts
export const blockeeIsYourself = {"message":"Blockee is yourself.","code":"BLOCKEE_IS_YOURSELF","id":"88b19138-f28d-42c0-8499-6a31bbd0fdc6"} as const;
// blocking/delete.ts
export const blockeeIsYourself_ = {"message":"Blockee is yourself.","code":"BLOCKEE_IS_YOURSELF","id":"06f6fac6-524b-473c-a354-e97a40ae6eac"} as const;
// following/create.ts
export const blocking = {"message":"You are blocking that user.","code":"BLOCKING","id":"4e2206ec-aa4f-4960-b865-6c23ac38e2d9"} as const;
// notes/create.ts
export const cannotCreateAlreadyExpiredPoll = {"message":"Poll is already expired.","code":"CANNOT_CREATE_ALREADY_EXPIRED_POLL","id":"04da457d-b083-4055-9082-955525eda5a5"} as const;
// notes/create.ts
export const cannotReRenote = {"message":"You can not Renote a pure Renote.","code":"CANNOT_RENOTE_TO_A_PURE_RENOTE","id":"fd4cc33e-2a37-48dd-99cc-9b806eb2031a"} as const;
// notes/create.ts
export const cannotReplyToPureRenote = {"message":"You can not reply to a pure Renote.","code":"CANNOT_REPLY_TO_A_PURE_RENOTE","id":"3ac74a84-8fd5-4bb0-870f-01804f82ce15"} as const;
// users/report-abuse.ts
export const cannotReportAdmin = {"message":"Cannot report the admin.","code":"CANNOT_REPORT_THE_ADMIN","id":"35e166f5-05fb-4f87-a2d5-adb42676d48f"} as const;
// users/report-abuse.ts
export const cannotReportYourself = {"message":"Cannot report yourself.","code":"CANNOT_REPORT_YOURSELF","id":"1e13149e-b1e8-43cf-902e-c01dbfcb202f"} as const;
// invite/delete.ts
export const cantDelete = {"message":"You can't delete this invite code.","code":"CAN_NOT_DELETE_INVITE_CODE","id":"ff17af39-000c-4d4e-abdf-848fa30fc1ce"} as const;
// i/move.ts
export const destinationAccountForbids = {"message":"Destination account doesn't have proper 'Known As' alias, or has already moved.","code":"DESTINATION_ACCOUNT_FORBIDS","id":"b5c90186-4ab0-49c8-9bba-a1f766282ba4"} as const;
// i/import-antennas.ts
export const emptyFile = {"message":"That file is empty.","code":"EMPTY_FILE","id":"7f60115d-8d93-4b0f-bd0e-3815dcbb389f"} as const;
// i/import-blocking.ts
export const emptyFile_ = {"message":"That file is empty.","code":"EMPTY_FILE","id":"6f3a4dcc-f060-a707-4950-806fbdbe60d6"} as const;
// i/import-following.ts
export const emptyFile__ = {"message":"That file is empty.","code":"EMPTY_FILE","id":"31a1b42c-06f7-42ae-8a38-a661c5c9f691"} as const;
// i/import-muting.ts
export const emptyFile___ = {"message":"That file is empty.","code":"EMPTY_FILE","id":"d2f12af1-e7b4-feac-86a3-519548f2728e"} as const;
// i/import-user-lists.ts
export const emptyFile____ = {"message":"That file is empty.","code":"EMPTY_FILE","id":"99efe367-ce6e-4d44-93f8-5fae7b040356"} as const;
// invite/create.ts
export const exceededCreateLimit = {"message":"You have exceeded the limit for creating an invitation code.","code":"EXCEEDED_LIMIT_OF_CREATE_INVITE_CODE","id":"8b165dd3-6f37-4557-8db1-73175d63c641"} as const;
// users/show.ts
export const failedToResolveRemoteUser = {"message":"Failed to resolve remote user.","code":"FAILED_TO_RESOLVE_REMOTE_USER","id":"ef7b9be4-9cba-4e6f-ab41-90ed171c7d3c","kind":"server"} as const;
// following/requests/cancel.ts
export const followRequestNotFound = {"message":"Follow request not found.","code":"FOLLOW_REQUEST_NOT_FOUND","id":"089b125b-d338-482a-9a09-e2622ac9f8d4"} as const;
// following/create.ts
export const followeeIsYourself = {"message":"Followee is yourself.","code":"FOLLOWEE_IS_YOURSELF","id":"26fbe7bb-a331-4857-af17-205b426669a9"} as const;
// following/delete.ts
export const followeeIsYourself_ = {"message":"Followee is yourself.","code":"FOLLOWEE_IS_YOURSELF","id":"d9e400b9-36b0-4808-b1d8-79e707f1296c"} as const;
// following/invalidate.ts
export const followerIsYourself = {"message":"Follower is yourself.","code":"FOLLOWER_IS_YOURSELF","id":"07dc03b9-03da-422d-885b-438313707662"} as const;
// users/followers.ts
export const forbidden = {"message":"Forbidden.","code":"FORBIDDEN","id":"3c6a84db-d619-26af-ca14-06232a21df8a"} as const;
// i/update.ts
export const forbiddenToSetYourself = {"message":"You can't set yourself as your own alias.","code":"FORBIDDEN_TO_SET_YOURSELF","id":"25c90186-4ab0-49c8-9bba-a1fa6c202ba4"} as const;
// users/following.ts
export const forbidden_ = {"message":"Forbidden.","code":"FORBIDDEN","id":"f6cdb0df-c19f-ec5c-7dbb-0ba84a1f92ba"} as const;
// notes/global-timeline.ts
export const gtlDisabled = {"message":"Global timeline has been disabled.","code":"GTL_DISABLED","id":"0332fc13-6ab2-4427-ae80-a9fadffd1a6b"} as const;
// drive/folders/delete.ts
export const hasChildFilesOrFolders = {"message":"This folder has child files or folders.","code":"HAS_CHILD_FILES_OR_FOLDERS","id":"b0fc8a17-963c-405d-bfbc-859a487295e1"} as const;
// drive/files/create.ts
export const inappropriate = {"message":"Cannot upload the file because it has been determined that it possibly contains inappropriate content.","code":"INAPPROPRIATE","id":"bec5bd69-fba3-43c9-b4fb-2894b66ad5d2"} as const;
// i/update-email.ts
export const incorrectPassword = {"message":"Incorrect password.","code":"INCORRECT_PASSWORD","id":"e54c1d7e-e7d6-4103-86b6-0a95069b4ad3"} as const;
// notes/polls/vote.ts
export const invalidChoice = {"message":"Choice ID is invalid.","code":"INVALID_CHOICE","id":"e0cc9a04-f2e8-41e4-a5f1-4127293260cc"} as const;
// admin/invite/create.ts
export const invalidDateTime = {"message":"Invalid date-time format","code":"INVALID_DATE_TIME","id":"f1380b15-3760-4c6c-a1db-5c3aaf1cbd49"} as const;
// drive/files/create.ts
export const invalidFileName = {"message":"Invalid file name.","code":"INVALID_FILE_NAME","id":"f449b209-0c60-4e51-84d5-29486263bfd4"} as const;
// drive/files/update.ts
export const invalidFileName_ = {"message":"Invalid file name.","code":"INVALID_FILE_NAME","id":"395e7156-f9f0-475e-af89-53c3c23080c2"} as const;
// users/lists/list.ts
export const invalidParam = {"message":"Invalid param.","code":"INVALID_PARAM","id":"ab36de0e-29e9-48cb-9732-d82f1281620d"} as const;
// i/update.ts
export const invalidRegexp = {"message":"Invalid Regular Expression.","code":"INVALID_REGEXP","id":"0d786918-10df-41cd-8f33-8dec7d9a89a5"} as const;
// admin/relays/add.ts
export const invalidUrl = {"message":"Invalid URL","code":"INVALID_URL","id":"fb8c92d3-d4e5-44e7-b3d4-800d5cef8b2c"} as const;
// i/move.ts
export const localUriNull = {"message":"Local User ActivityPup URI is null.","code":"URI_NULL","id":"95ba11b9-90e8-43a5-ba16-7acc1ab32e71"} as const;
// notes/local-timeline.ts
export const ltlDisabled = {"message":"Local timeline has been disabled.","code":"LTL_DISABLED","id":"45a6eb02-7695-4393-b023-dd3be9aaaefd"} as const;
// mute/create.ts
export const muteeIsYourself = {"message":"Mutee is yourself.","code":"MUTEE_IS_YOURSELF","id":"a4619cb2-5f23-484b-9301-94c903074e10"} as const;
// mute/delete.ts
export const muteeIsYourself_ = {"message":"Mutee is yourself.","code":"MUTEE_IS_YOURSELF","id":"f428b029-6b39-4d48-a1d2-cc1ae6dd5cf9"} as const;
// renote-mute/create.ts
export const muteeIsYourself__ = {"message":"Mutee is yourself.","code":"MUTEE_IS_YOURSELF","id":"37285718-52f7-4aef-b7de-c38b8e8a8420"} as const;
// renote-mute/delete.ts
export const muteeIsYourself___ = {"message":"Mutee is yourself.","code":"MUTEE_IS_YOURSELF","id":"619b1314-0850-4597-a242-e245f3da42af"} as const;
// pages/create.ts
export const nameAlreadyExists = {"message":"Specified name already exists.","code":"NAME_ALREADY_EXISTS","id":"4650348e-301c-499a-83c9-6aa988c66bc1"} as const;
// pages/update.ts
export const nameAlreadyExists_ = {"message":"Specified name already exists.","code":"NAME_ALREADY_EXISTS","id":"2298a392-d4a1-44c5-9ebb-ac1aeaa5a9ab"} as const;
// following/requests/accept.ts
export const noFollowRequest = {"message":"No follow request.","code":"NO_FOLLOW_REQUEST","id":"bcde4f8b-0913-4614-8881-614e522fb041"} as const;
// drive/files/create.ts
export const noFreeSpace = {"message":"Cannot upload the file because you have no free space of drive.","code":"NO_FREE_SPACE","id":"d08dbc37-a6a9-463a-8c47-96c32ab5f064"} as const;
// i/2fa/password-less.ts
export const noKey = {"message":"No security key.","code":"NO_SECURITY_KEY","id":"f9c54d7f-d4c2-4d3c-9a8g-a70daac86512"} as const;
// notes/polls/vote.ts
export const noPoll = {"message":"The note does not attach a poll.","code":"NO_POLL","id":"5f979967-52d9-4314-a911-1c673727f92f"} as const;
// admin/ad/delete.ts
export const noSuchAd = {"message":"No such ad.","code":"NO_SUCH_AD","id":"ccac9863-3a03-416e-b899-8a64041118b1"} as const;
// admin/ad/update.ts
export const noSuchAd_ = {"message":"No such ad.","code":"NO_SUCH_AD","id":"b7aa1727-1354-47bc-a182-3a9c3973d300"} as const;
// admin/announcements/delete.ts
export const noSuchAnnouncement = {"message":"No such announcement.","code":"NO_SUCH_ANNOUNCEMENT","id":"ecad8040-a276-4e85-bda9-015a708d291e"} as const;
// admin/announcements/update.ts
export const noSuchAnnouncement_ = {"message":"No such announcement.","code":"NO_SUCH_ANNOUNCEMENT","id":"d3aae5a7-6372-4cb4-b61c-f511ffc2d7cc"} as const;
// antennas/delete.ts
export const noSuchAntenna = {"message":"No such antenna.","code":"NO_SUCH_ANTENNA","id":"b34dcf9d-348f-44bb-99d0-6c9314cfe2df"} as const;
// antennas/notes.ts
export const noSuchAntenna_ = {"message":"No such antenna.","code":"NO_SUCH_ANTENNA","id":"850926e0-fd3b-49b6-b69a-b28a5dbd82fe"} as const;
// antennas/show.ts
export const noSuchAntenna__ = {"message":"No such antenna.","code":"NO_SUCH_ANTENNA","id":"c06569fb-b025-4f23-b22d-1fcd20d2816b"} as const;
// antennas/update.ts
export const noSuchAntenna___ = {"message":"No such antenna.","code":"NO_SUCH_ANTENNA","id":"10c673ac-8852-48eb-aa1f-f5b67f069290"} as const;
// app/show.ts
export const noSuchApp = {"message":"No such app.","code":"NO_SUCH_APP","id":"dce83913-2dc6-4093-8a7b-71dbb11718a3"} as const;
// auth/session/generate.ts
export const noSuchApp_ = {"message":"No such app.","code":"NO_SUCH_APP","id":"92f93e63-428e-4f2f-a5a4-39e1407fe998"} as const;
// auth/session/userkey.ts
export const noSuchApp__ = {"message":"No such app.","code":"NO_SUCH_APP","id":"fcab192a-2c5a-43b7-8ad8-9b7054d8d40d"} as const;
// i/update.ts
export const noSuchAvatar = {"message":"No such avatar file.","code":"NO_SUCH_AVATAR","id":"539f3a45-f215-4f81-a9a8-31293640207f"} as const;
// i/update.ts
export const noSuchBanner = {"message":"No such banner file.","code":"NO_SUCH_BANNER","id":"0d8f5629-f210-41c2-9433-735831a58595"} as const;
// channels/favorite.ts
export const noSuchChannel = {"message":"No such channel.","code":"NO_SUCH_CHANNEL","id":"4938f5f3-6167-4c04-9149-6607b7542861"} as const;
// channels/follow.ts
export const noSuchChannel_ = {"message":"No such channel.","code":"NO_SUCH_CHANNEL","id":"c0031718-d573-4e85-928e-10039f1fbb68"} as const;
// channels/show.ts
export const noSuchChannel__ = {"message":"No such channel.","code":"NO_SUCH_CHANNEL","id":"6f6c314b-7486-4897-8966-c04a66a02923"} as const;
// channels/timeline.ts
export const noSuchChannel___ = {"message":"No such channel.","code":"NO_SUCH_CHANNEL","id":"4d0eeeba-a02c-4c3c-9966-ef60d38d2e7f"} as const;
// channels/unfavorite.ts
export const noSuchChannel____ = {"message":"No such channel.","code":"NO_SUCH_CHANNEL","id":"353c68dd-131a-476c-aa99-88a345e83668"} as const;
// channels/unfollow.ts
export const noSuchChannel_____ = {"message":"No such channel.","code":"NO_SUCH_CHANNEL","id":"19959ee9-0153-4c51-bbd9-a98c49dc59d6"} as const;
// channels/update.ts
export const noSuchChannel______ = {"message":"No such channel.","code":"NO_SUCH_CHANNEL","id":"f9c5467f-d492-4c3c-9a8d-a70dacc86512"} as const;
// notes/create.ts
export const noSuchChannel_______ = {"message":"No such channel.","code":"NO_SUCH_CHANNEL","id":"b1653923-5453-4edc-b786-7c4f39bb0bbb"} as const;
// clips/add-note.ts
export const noSuchClip = {"message":"No such clip.","code":"NO_SUCH_CLIP","id":"d6e76cc0-a1b5-4c7c-a287-73fa9c716dcf"} as const;
// clips/delete.ts
export const noSuchClip_ = {"message":"No such clip.","code":"NO_SUCH_CLIP","id":"70ca08ba-6865-4630-b6fb-8494759aa754"} as const;
// clips/favorite.ts
export const noSuchClip__ = {"message":"No such clip.","code":"NO_SUCH_CLIP","id":"4c2aaeae-80d8-4250-9606-26cb1fdb77a5"} as const;
// clips/notes.ts
export const noSuchClip___ = {"message":"No such clip.","code":"NO_SUCH_CLIP","id":"1d7645e6-2b6d-4635-b0fe-fe22b0e72e00"} as const;
// clips/remove-note.ts
export const noSuchClip____ = {"message":"No such clip.","code":"NO_SUCH_CLIP","id":"b80525c6-97f7-49d7-a42d-ebccd49cfd52"} as const;
// clips/show.ts
export const noSuchClip_____ = {"message":"No such clip.","code":"NO_SUCH_CLIP","id":"c3c5fe33-d62c-44d2-9ea5-d997703f5c20"} as const;
// clips/unfavorite.ts
export const noSuchClip______ = {"message":"No such clip.","code":"NO_SUCH_CLIP","id":"2603966e-b865-426c-94a7-af4a01241dc1"} as const;
// clips/update.ts
export const noSuchClip_______ = {"message":"No such clip.","code":"NO_SUCH_CLIP","id":"b4d92d70-b216-46fa-9a3f-a8c811699257"} as const;
// invite/delete.ts
export const noSuchCode = {"message":"No such invite code.","code":"NO_SUCH_INVITE_CODE","id":"cd4f9ae4-7854-4e3e-8df9-c296f051e634"} as const;
// admin/emoji/copy.ts
export const noSuchEmoji = {"message":"No such emoji.","code":"NO_SUCH_EMOJI","id":"e2785b66-dca3-4087-9cac-b93c541cc425"} as const;
// admin/emoji/delete.ts
export const noSuchEmoji_ = {"message":"No such emoji.","code":"NO_SUCH_EMOJI","id":"be83669b-773a-44b7-b1f8-e5e5170ac3c2"} as const;
// admin/emoji/update.ts
export const noSuchEmoji__ = {"message":"No such emoji.","code":"NO_SUCH_EMOJI","id":"684dec9d-a8c2-4364-9aa8-456c49cb1dc8"} as const;
// admin/drive/show-file.ts
export const noSuchFile = {"message":"No such file.","code":"NO_SUCH_FILE","id":"caf3ca38-c6e5-472e-a30c-b05377dcc240"} as const;
// admin/emoji/add.ts
export const noSuchFile_ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"fc46b5a4-6b92-4c33-ac66-b806659bb5cf"} as const;
// admin/emoji/update.ts
export const noSuchFile__ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"14fb9fd9-0731-4e2f-aeb9-f09e4740333d"} as const;
// channels/create.ts
export const noSuchFile___ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"cd1e9f3e-5a12-4ab4-96f6-5d0a2cc32050"} as const;
// channels/update.ts
export const noSuchFile____ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"e86c14a4-0da2-4032-8df3-e737a04c7f3b"} as const;
// drive/files/attached-notes.ts
export const noSuchFile_____ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"c118ece3-2e4b-4296-99d1-51756e32d232"} as const;
// drive/files/delete.ts
export const noSuchFile______ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"908939ec-e52b-4458-b395-1025195cea58"} as const;
// drive/files/show.ts
export const noSuchFile_______ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"067bc436-2718-4795-b0fb-ecbe43949e31"} as const;
// drive/files/update.ts
export const noSuchFile________ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"e7778c7e-3af9-49cd-9690-6dbc3e6c972d"} as const;
// i/import-antennas.ts
export const noSuchFile_________ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"3b71d086-c3fa-431c-b01d-ded65a777172"} as const;
// i/import-blocking.ts
export const noSuchFile__________ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"ebb53e5f-6574-9c0c-0b92-7ca6def56d7e"} as const;
// i/import-following.ts
export const noSuchFile___________ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"b98644cf-a5ac-4277-a502-0b8054a709a3"} as const;
// i/import-muting.ts
export const noSuchFile____________ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"e674141e-bd2a-ba85-e616-aefb187c9c2a"} as const;
// i/import-user-lists.ts
export const noSuchFile_____________ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"ea9cc34f-c415-4bc6-a6fe-28ac40357049"} as const;
// notes/create.ts
export const noSuchFile______________ = {"message":"Some files are not found.","code":"NO_SUCH_FILE","id":"b6992544-63e7-67f0-fa7f-32444b1b5306"} as const;
// pages/create.ts
export const noSuchFile_______________ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"b7b97489-0f66-4b12-a5ff-b21bd63f6e1c"} as const;
// pages/update.ts
export const noSuchFile________________ = {"message":"No such file.","code":"NO_SUCH_FILE","id":"cfc23c7c-3887-490e-af30-0ed576703c82"} as const;
// flash/delete.ts
export const noSuchFlash = {"message":"No such flash.","code":"NO_SUCH_FLASH","id":"de1623ef-bbb3-4289-a71e-14cfa83d9740"} as const;
// flash/like.ts
export const noSuchFlash_ = {"message":"No such flash.","code":"NO_SUCH_FLASH","id":"c07c1491-9161-4c5c-9d75-01906f911f73"} as const;
// flash/show.ts
export const noSuchFlash__ = {"message":"No such flash.","code":"NO_SUCH_FLASH","id":"f0d34a1a-d29a-401d-90ba-1982122b5630"} as const;
// flash/unlike.ts
export const noSuchFlash___ = {"message":"No such flash.","code":"NO_SUCH_FLASH","id":"afe8424a-a69e-432d-a5f2-2f0740c62410"} as const;
// flash/update.ts
export const noSuchFlash____ = {"message":"No such flash.","code":"NO_SUCH_FLASH","id":"611e13d2-309e-419a-a5e4-e0422da39b02"} as const;
// drive/files/update.ts
export const noSuchFolder = {"message":"No such folder.","code":"NO_SUCH_FOLDER","id":"ea8fb7a5-af77-4a08-b608-c0218176cd73"} as const;
// drive/folders/create.ts
export const noSuchFolder_ = {"message":"No such folder.","code":"NO_SUCH_FOLDER","id":"53326628-a00d-40a6-a3cd-8975105c0f95"} as const;
// drive/folders/delete.ts
export const noSuchFolder__ = {"message":"No such folder.","code":"NO_SUCH_FOLDER","id":"1069098f-c281-440f-b085-f9932edbe091"} as const;
// drive/folders/show.ts
export const noSuchFolder___ = {"message":"No such folder.","code":"NO_SUCH_FOLDER","id":"d74ab9eb-bb09-4bba-bf24-fb58f761e1e9"} as const;
// drive/folders/update.ts
export const noSuchFolder____ = {"message":"No such folder.","code":"NO_SUCH_FOLDER","id":"f7974dac-2c0d-4a27-926e-23583b28e98e"} as const;
// hashtags/show.ts
export const noSuchHashtag = {"message":"No such hashtag.","code":"NO_SUCH_HASHTAG","id":"110ee688-193e-4a3a-9ecf-c167b2e6981e"} as const;
// i/2fa/update-key.ts
export const noSuchKey = {"message":"No such key.","code":"NO_SUCH_KEY","id":"f9c5467f-d492-4d3c-9a8g-a70dacc86512"} as const;
// i/registry/get-detail.ts
export const noSuchKey_ = {"message":"No such key.","code":"NO_SUCH_KEY","id":"97a1e8e7-c0f7-47d2-957a-92e61256e01a"} as const;
// i/registry/get.ts
export const noSuchKey__ = {"message":"No such key.","code":"NO_SUCH_KEY","id":"ac3ed68a-62f0-422b-a7bc-d5e09e8f6a6a"} as const;
// i/registry/remove.ts
export const noSuchKey___ = {"message":"No such key.","code":"NO_SUCH_KEY","id":"1fac4e8a-a6cd-4e39-a4a5-3a7e11f1b019"} as const;
// notes/user-list-timeline.ts
export const noSuchList = {"message":"No such list.","code":"NO_SUCH_LIST","id":"8fb1fbd5-e476-4c37-9fb0-43d55b63a2ff"} as const;
// users/lists/create-from-public.ts
export const noSuchList_ = {"message":"No such list.","code":"NO_SUCH_LIST","id":"9292f798-6175-4f7d-93f4-b6742279667d"} as const;
// users/lists/delete.ts
export const noSuchList__ = {"message":"No such list.","code":"NO_SUCH_LIST","id":"78436795-db79-42f5-b1e2-55ea2cf19166"} as const;
// users/lists/favorite.ts
export const noSuchList___ = {"message":"No such user list.","code":"NO_SUCH_USER_LIST","id":"7dbaf3cf-7b42-4b8f-b431-b3919e580dbe"} as const;
// users/lists/pull.ts
export const noSuchList____ = {"message":"No such list.","code":"NO_SUCH_LIST","id":"7f44670e-ab16-43b8-b4c1-ccd2ee89cc02"} as const;
// users/lists/push.ts
export const noSuchList_____ = {"message":"No such list.","code":"NO_SUCH_LIST","id":"2214501d-ac96-4049-b717-91e42272a711"} as const;
// users/lists/show.ts
export const noSuchList______ = {"message":"No such list.","code":"NO_SUCH_LIST","id":"7bc05c21-1d7a-41ae-88f1-66820f4dc686"} as const;
// users/lists/unfavorite.ts
export const noSuchList_______ = {"message":"No such user list.","code":"NO_SUCH_USER_LIST","id":"baedb33e-76b8-4b0c-86a8-9375c0a7b94b"} as const;
// users/lists/update.ts
export const noSuchList________ = {"message":"No such list.","code":"NO_SUCH_LIST","id":"796666fe-3dff-4d39-becb-8a5932c1d5b7"} as const;
// admin/promo/create.ts
export const noSuchNote = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"ee449fbe-af2a-453b-9cae-cf2fe7c895fc"} as const;
// clips/add-note.ts
export const noSuchNote_ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"fc8c0b49-c7a3-4664-a0a6-b418d386bb8b"} as const;
// clips/remove-note.ts
export const noSuchNote__ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"aff017de-190e-434b-893e-33a9ff5049d8"} as const;
// i/pin.ts
export const noSuchNote___ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"56734f8b-3928-431e-bf80-6ff87df40cb3"} as const;
// i/unpin.ts
export const noSuchNote____ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"454170ce-9d63-4a43-9da1-ea10afe81e21"} as const;
// notes/clips.ts
export const noSuchNote_____ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"47db1a1c-b0af-458d-8fb4-986e4efafe1e"} as const;
// notes/conversation.ts
export const noSuchNote______ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"e1035875-9551-45ec-afa8-1ded1fcb53c8"} as const;
// notes/delete.ts
export const noSuchNote_______ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"490be23f-8c1f-4796-819f-94cb4f9d1630"} as const;
// notes/favorites/create.ts
export const noSuchNote________ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"6dd26674-e060-4816-909a-45ba3f4da458"} as const;
// notes/favorites/delete.ts
export const noSuchNote_________ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"80848a2c-398f-4343-baa9-df1d57696c56"} as const;
// notes/polls/vote.ts
export const noSuchNote__________ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"ecafbd2e-c283-4d6d-aecb-1a0a33b75396"} as const;
// notes/reactions.ts
export const noSuchNote___________ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"263fff3d-d0e1-4af4-bea7-8408059b451a"} as const;
// notes/reactions/create.ts
export const noSuchNote____________ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"033d0620-5bfe-4027-965d-980b0c85a3ea"} as const;
// notes/reactions/delete.ts
export const noSuchNote_____________ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"764d9fce-f9f2-4a0e-92b1-6ceac9a7ad37"} as const;
// notes/renotes.ts
export const noSuchNote______________ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"12908022-2e21-46cd-ba6a-3edaf6093f46"} as const;
// notes/show.ts
export const noSuchNote_______________ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"24fcbfc6-2e37-42b6-8388-c29b3861a08d"} as const;
// notes/thread-muting/create.ts
export const noSuchNote________________ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"5ff67ada-ed3b-2e71-8e87-a1a421e177d2"} as const;
// notes/thread-muting/delete.ts
export const noSuchNote_________________ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"bddd57ac-ceb3-b29d-4334-86ea5fae481a"} as const;
// notes/translate.ts
export const noSuchNote__________________ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"bea9b03f-36e0-49c5-a4db-627a029f8971"} as const;
// notes/unrenote.ts
export const noSuchNote___________________ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"efd4a259-2442-496b-8dd7-b255aa1a160f"} as const;
// promo/read.ts
export const noSuchNote____________________ = {"message":"No such note.","code":"NO_SUCH_NOTE","id":"d785b897-fcd3-4fe9-8fc3-b85c26e6c932"} as const;
// ap/show.ts
export const noSuchObject = {"message":"No such object.","code":"NO_SUCH_OBJECT","id":"dc94d745-1262-4e63-a17d-fecaa57efc82"} as const;
// i/update.ts
export const noSuchPage = {"message":"No such page.","code":"NO_SUCH_PAGE","id":"8e01b590-7eb9-431b-a239-860e086c408e"} as const;
// page-push.ts
export const noSuchPage_ = {"message":"No such page.","code":"NO_SUCH_PAGE","id":"4a13ad31-6729-46b4-b9af-e86b265c2e74"} as const;
// pages/delete.ts
export const noSuchPage__ = {"message":"No such page.","code":"NO_SUCH_PAGE","id":"eb0c6e1d-d519-4764-9486-52a7e1c6392a"} as const;
// pages/like.ts
export const noSuchPage___ = {"message":"No such page.","code":"NO_SUCH_PAGE","id":"cc98a8a2-0dc3-4123-b198-62c71df18ed3"} as const;
// pages/show.ts
export const noSuchPage____ = {"message":"No such page.","code":"NO_SUCH_PAGE","id":"222120c0-3ead-4528-811b-b96f233388d7"} as const;
// pages/unlike.ts
export const noSuchPage_____ = {"message":"No such page.","code":"NO_SUCH_PAGE","id":"a0d41e20-1993-40bd-890e-f6e560ae648e"} as const;
// pages/update.ts
export const noSuchPage______ = {"message":"No such page.","code":"NO_SUCH_PAGE","id":"21149b9e-3616-4778-9592-c4ce89f5a864"} as const;
// drive/folders/update.ts
export const noSuchParentFolder = {"message":"No such parent folder.","code":"NO_SUCH_PARENT_FOLDER","id":"ce104e3a-faaf-49d5-b459-10ff0cbbcaa1"} as const;
// gallery/posts/delete.ts
export const noSuchPost = {"message":"No such post.","code":"NO_SUCH_POST","id":"ae52f367-4bd7-4ecd-afc6-5672fff427f5"} as const;
// gallery/posts/like.ts
export const noSuchPost_ = {"message":"No such post.","code":"NO_SUCH_POST","id":"56c06af3-1287-442f-9701-c93f7c4a62ff"} as const;
// gallery/posts/show.ts
export const noSuchPost__ = {"message":"No such post.","code":"NO_SUCH_POST","id":"1137bf14-c5b0-4604-85bb-5b5371b1cd45"} as const;
// gallery/posts/unlike.ts
export const noSuchPost___ = {"message":"No such post.","code":"NO_SUCH_POST","id":"c32e6dd0-b555-4413-925e-b3757d19ed84"} as const;
// sw/update-registration.ts
export const noSuchRegistration = {"message":"No such registration.","code":"NO_SUCH_REGISTRATION","id":" b09d8066-8064-5613-efb6-0e963b21d012"} as const;
// notes/create.ts
export const noSuchRenoteTarget = {"message":"No such renote target.","code":"NO_SUCH_RENOTE_TARGET","id":"b5c90186-4ab0-49c8-9bba-a1f76c282ba4"} as const;
// notes/create.ts
export const noSuchReplyTarget = {"message":"No such reply target.","code":"NO_SUCH_REPLY_TARGET","id":"749ee0f6-d3da-459a-bf02-282e2da4292c"} as const;
// admin/roles/assign.ts
export const noSuchRole = {"message":"No such role.","code":"NO_SUCH_ROLE","id":"6503c040-6af4-4ed9-bf07-f2dd16678eab"} as const;
// admin/roles/delete.ts
export const noSuchRole_ = {"message":"No such role.","code":"NO_SUCH_ROLE","id":"de0d6ecd-8e0a-4253-88ff-74bc89ae3d45"} as const;
// admin/roles/show.ts
export const noSuchRole__ = {"message":"No such role.","code":"NO_SUCH_ROLE","id":"07dc7d34-c0d8-49b7-96c6-db3ce64ee0b3"} as const;
// admin/roles/unassign.ts
export const noSuchRole___ = {"message":"No such role.","code":"NO_SUCH_ROLE","id":"6e519036-a70d-4c76-b679-bc8fb18194e2"} as const;
// admin/roles/update.ts
export const noSuchRole____ = {"message":"No such role.","code":"NO_SUCH_ROLE","id":"cd23ef55-09ad-428a-ac61-95a45e124b32"} as const;
// admin/roles/users.ts
export const noSuchRole_____ = {"message":"No such role.","code":"NO_SUCH_ROLE","id":"224eff5e-2488-4b18-b3e7-f50d94421648"} as const;
// roles/notes.ts
export const noSuchRole______ = {"message":"No such role.","code":"NO_SUCH_ROLE","id":"eb70323a-df61-4dd4-ad90-89c83c7cf26e"} as const;
// roles/show.ts
export const noSuchRole_______ = {"message":"No such role.","code":"NO_SUCH_ROLE","id":"de5502bf-009a-4639-86c1-fec349e46dcb"} as const;
// roles/users.ts
export const noSuchRole________ = {"message":"No such role.","code":"NO_SUCH_ROLE","id":"30aaaee3-4792-48dc-ab0d-cf501a575ac5"} as const;
// auth/accept.ts
export const noSuchSession = {"message":"No such session.","code":"NO_SUCH_SESSION","id":"9c72d8de-391a-43c1-9d06-08d29efde8df"} as const;
// auth/session/show.ts
export const noSuchSession_ = {"message":"No such session.","code":"NO_SUCH_SESSION","id":"bd72c97d-eba7-4adb-a467-f171b8847250"} as const;
// auth/session/userkey.ts
export const noSuchSession__ = {"message":"No such session.","code":"NO_SUCH_SESSION","id":"5b5a1503-8bc8-4bd0-8054-dc189e8cdcb3"} as const;
// admin/roles/assign.ts
export const noSuchUser = {"message":"No such user.","code":"NO_SUCH_USER","id":"558ea170-f653-4700-94d0-5a818371d0df"} as const;
// antennas/create.ts
export const noSuchUserList = {"message":"No such user list.","code":"NO_SUCH_USER_LIST","id":"95063e93-a283-4b8b-9aa5-bcdb8df69a7f"} as const;
// antennas/update.ts
export const noSuchUserList_ = {"message":"No such user list.","code":"NO_SUCH_USER_LIST","id":"1c6b35c9-943e-48c2-81e4-2844989407f7"} as const;
// admin/roles/unassign.ts
export const noSuchUser_ = {"message":"No such user.","code":"NO_SUCH_USER","id":"2b730f78-1179-461b-88ad-d24c9af1a5ce"} as const;
// blocking/create.ts
export const noSuchUser__ = {"message":"No such user.","code":"NO_SUCH_USER","id":"7cc4f851-e2f1-4621-9633-ec9e1d00c01e"} as const;
// blocking/delete.ts
export const noSuchUser___ = {"message":"No such user.","code":"NO_SUCH_USER","id":"8621d8bf-c358-4303-a066-5ea78610eb3f"} as const;
// following/create.ts
export const noSuchUser____ = {"message":"No such user.","code":"NO_SUCH_USER","id":"fcd2eef9-a9b2-4c4f-8624-038099e90aa5"} as const;
// following/delete.ts
export const noSuchUser_____ = {"message":"No such user.","code":"NO_SUCH_USER","id":"5b12c78d-2b28-4dca-99d2-f56139b42ff8"} as const;
// following/invalidate.ts
export const noSuchUser______ = {"message":"No such user.","code":"NO_SUCH_USER","id":"5b12c78d-2b28-4dca-99d2-f56139b42ff8"} as const;
// following/requests/accept.ts
export const noSuchUser_______ = {"message":"No such user.","code":"NO_SUCH_USER","id":"66ce1645-d66c-46bb-8b79-96739af885bd"} as const;
// following/requests/cancel.ts
export const noSuchUser________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"4e68c551-fc4c-4e46-bb41-7d4a37bf9dab"} as const;
// following/requests/reject.ts
export const noSuchUser_________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"abc2ffa6-25b2-4380-ba99-321ff3a94555"} as const;
// i/import-antennas.ts
export const noSuchUser__________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"e842c379-8ac7-4cf7-b07a-4d4de7e4671c"} as const;
// i/move.ts
export const noSuchUser___________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"fcd2eef9-a9b2-4c4f-8624-038099e90aa5"} as const;
// i/update.ts
export const noSuchUser____________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"fcd2eef9-a9b2-4c4f-8624-038099e90aa5"} as const;
// mute/create.ts
export const noSuchUser_____________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"6fef56f3-e765-4957-88e5-c6f65329b8a5"} as const;
// mute/delete.ts
export const noSuchUser______________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"b851d00b-8ab1-4a56-8b1b-e24187cb48ef"} as const;
// renote-mute/create.ts
export const noSuchUser_______________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"5e0a5dff-1e94-4202-87ae-4d9c89eb2271"} as const;
// renote-mute/delete.ts
export const noSuchUser________________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"9b6728cf-638c-4aa1-bedb-e07d8101474d"} as const;
// users/followers.ts
export const noSuchUser_________________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"27fa5435-88ab-43de-9360-387de88727cd"} as const;
// users/following.ts
export const noSuchUser__________________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"63e4aba4-4156-4e53-be25-c9559e42d71b"} as const;
// users/get-frequently-replied-users.ts
export const noSuchUser___________________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"e6965129-7b2a-40a4-bae2-cd84cd434822"} as const;
// users/lists/create-from-public.ts
export const noSuchUser____________________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"13c457db-a8cb-4d88-b70a-211ceeeabb5f"} as const;
// users/lists/list.ts
export const noSuchUser_____________________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"a8af4a82-0980-4cc4-a6af-8b0ffd54465e"} as const;
// users/lists/pull.ts
export const noSuchUser______________________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"588e7f72-c744-4a61-b180-d354e912bda2"} as const;
// users/lists/push.ts
export const noSuchUser_______________________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"a89abd3d-f0bc-4cce-beb1-2f446f4f1e6a"} as const;
// users/notes.ts
export const noSuchUser________________________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"27e494ba-2ac2-48e8-893b-10d4d8c2387b"} as const;
// users/report-abuse.ts
export const noSuchUser_________________________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"1acefcb5-0959-43fd-9685-b48305736cb5"} as const;
// users/show.ts
export const noSuchUser__________________________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"4362f8dc-731f-4ad8-a694-be5a88922a24","httpStatusCode":404} as const;
// users/update-memo.ts
export const noSuchUser___________________________ = {"message":"No such user.","code":"NO_SUCH_USER","id":"6fef56f3-e765-4957-88e5-c6f65329b8a5"} as const;
// i/webhooks/delete.ts
export const noSuchWebhook = {"message":"No such webhook.","code":"NO_SUCH_WEBHOOK","id":"bae73e5a-5522-4965-ae19-3a8688e71d82"} as const;
// i/webhooks/show.ts
export const noSuchWebhook_ = {"message":"No such webhook.","code":"NO_SUCH_WEBHOOK","id":"50f614d9-3047-4f7e-90d8-ad6b2d5fb098"} as const;
// i/webhooks/update.ts
export const noSuchWebhook__ = {"message":"No such webhook.","code":"NO_SUCH_WEBHOOK","id":"fb0fea69-da18-45b1-828d-bd4fd1612518"} as const;
// admin/roles/unassign.ts
export const notAssigned = {"message":"Not assigned.","code":"NOT_ASSIGNED","id":"b9060ac7-5c94-4da4-9f55-2047c953df44"} as const;
// blocking/delete.ts
export const notBlocking = {"message":"You are not blocking that user.","code":"NOT_BLOCKING","id":"291b2efa-60c6-45c0-9f6a-045c8f9b02cd"} as const;
// clips/unfavorite.ts
export const notFavorited = {"message":"You have not favorited the clip.","code":"NOT_FAVORITED","id":"90c3a9e8-b321-4dae-bf57-2bf79bbcc187"} as const;
// notes/favorites/delete.ts
export const notFavorited_ = {"message":"You have not marked that note a favorite.","code":"NOT_FAVORITED","id":"b625fc69-635e-45e9-86f4-dbefbef35af5"} as const;
// users/lists/unfavorite.ts
export const notFavorited__ = {"message":"You have not favorited the list.","code":"ALREADY_FAVORITED","id":"835c4b27-463d-4cfa-969b-a9058678d465"} as const;
// following/delete.ts
export const notFollowing = {"message":"You are not following that user.","code":"NOT_FOLLOWING","id":"5dbf82f5-c92b-40b1-87d1-6c8c0741fd09"} as const;
// following/invalidate.ts
export const notFollowing_ = {"message":"The other use is not following you.","code":"NOT_FOLLOWING","id":"5dbf82f5-c92b-40b1-87d1-6c8c0741fd09"} as const;
// flash/unlike.ts
export const notLiked = {"message":"You have not liked that flash.","code":"NOT_LIKED","id":"755f25a7-9871-4f65-9f34-51eaad9ae0ac"} as const;
// gallery/posts/unlike.ts
export const notLiked_ = {"message":"You have not liked that post.","code":"NOT_LIKED","id":"e3e8e06e-be37-41f7-a5b4-87a8250288f0"} as const;
// pages/unlike.ts
export const notLiked__ = {"message":"You have not liked that page.","code":"NOT_LIKED","id":"f5e586b0-ce93-4050-b0e3-7f31af5259ee"} as const;
// mute/delete.ts
export const notMuting = {"message":"You are not muting that user.","code":"NOT_MUTING","id":"5467d020-daa9-4553-81e1-135c0c35a96d"} as const;
// renote-mute/delete.ts
export const notMuting_ = {"message":"You are not muting that user.","code":"NOT_MUTING","id":"2e4ef874-8bf0-4b4b-b069-4598f6d05817"} as const;
// notes/reactions/delete.ts
export const notReacted = {"message":"You are not reacting to that note.","code":"NOT_REACTED","id":"92f4426d-4196-4125-aa5b-02943e2ec8fc"} as const;
// auth/session/userkey.ts
export const pendingSession = {"message":"This session is not completed yet.","code":"PENDING_SESSION","id":"8c8a4145-02cc-4cca-8e66-29ba60445a8e"} as const;
// i/pin.ts
export const pinLimitExceeded = {"message":"You can not pin notes any more.","code":"PIN_LIMIT_EXCEEDED","id":"72dab508-c64d-498f-8740-a8eec1ba385a"} as const;
// users/reactions.ts
export const reactionsNotPublic = {"message":"Reactions of the user is not public.","code":"REACTIONS_NOT_PUBLIC","id":"673a7dd2-6924-1093-e0c0-e68456ceae5c"} as const;
// drive/folders/update.ts
export const recursiveNesting = {"message":"It can not be structured like nesting folders recursively.","code":"RECURSIVE_NESTING","id":"dbeb024837894013aed44279f9199740"} as const;
// users/lists/list.ts
export const remoteUser = {"message":"Not allowed to load the remote user's list","code":"REMOTE_USER_NOT_ALLOWED","id":"53858f1b-3315-4a01-81b7-db9b48d4b79a"} as const;
// drive/files/update.ts
export const restrictedByRole = {"message":"This feature is restricted by your role.","code":"RESTRICTED_BY_ROLE","id":"7f59dccb-f465-75ab-5cf4-3ce44e3282f7"} as const;
// i/update.ts
export const restrictedByRole_ = {"message":"This feature is restricted by your role.","code":"RESTRICTED_BY_ROLE","id":"8feff0ba-5ab5-585b-31f4-4df816663fad"} as const;
// i/move.ts
export const rootForbidden = {"message":"The root can't migrate.","code":"NOT_ROOT_FORBIDDEN","id":"4362e8dc-731f-4ad8-a694-be2a88922a24"} as const;
// admin/emoji/update.ts
export const sameNameEmojiExists = {"message":"Emoji that have same name already exists.","code":"SAME_NAME_EMOJI_EXISTS","id":"7180fe9d-1ee3-bff9-647d-fe9896d2ffb8"} as const;
// notes/hybrid-timeline.ts
export const stlDisabled = {"message":"Hybrid timeline has been disabled.","code":"STL_DISABLED","id":"620763f4-f621-4533-ab33-0577a1a3c342"} as const;
// i/import-blocking.ts
export const tooBigFile = {"message":"That file is too big.","code":"TOO_BIG_FILE","id":"b7fbf0b1-aeef-3b21-29ef-fadd4cb72ccf"} as const;
// i/import-following.ts
export const tooBigFile_ = {"message":"That file is too big.","code":"TOO_BIG_FILE","id":"dee9d4ed-ad07-43ed-8b34-b2856398bc60"} as const;
// i/import-muting.ts
export const tooBigFile__ = {"message":"That file is too big.","code":"TOO_BIG_FILE","id":"9b4ada6d-d7f7-0472-0713-4f558bd1ec9c"} as const;
// i/import-user-lists.ts
export const tooBigFile___ = {"message":"That file is too big.","code":"TOO_BIG_FILE","id":"ae6e7a22-971b-4b52-b2be-fc0b9b121fe9"} as const;
// antennas/create.ts
export const tooManyAntennas = {"message":"You cannot create antenna any more.","code":"TOO_MANY_ANTENNAS","id":"faf47050-e8b5-438c-913c-db2b1576fde4"} as const;
// i/import-antennas.ts
export const tooManyAntennas_ = {"message":"You cannot create antenna any more.","code":"TOO_MANY_ANTENNAS","id":"600917d4-a4cb-4cc5-8ba8-7ac8ea3c7779"} as const;
// clips/add-note.ts
export const tooManyClipNotes = {"message":"You cannot add notes to the clip any more.","code":"TOO_MANY_CLIP_NOTES","id":"f0dba960-ff73-4615-8df4-d6ac5d9dc118"} as const;
// clips/create.ts
export const tooManyClips = {"message":"You cannot create clip any more.","code":"TOO_MANY_CLIPS","id":"920f7c2d-6208-4b76-8082-e632020f5883"} as const;
// i/update.ts
export const tooManyMutedWords = {"message":"Too many muted words.","code":"TOO_MANY_MUTED_WORDS","id":"010665b1-a211-42d2-bc64-8f6609d79785"} as const;
// users/lists/create-from-public.ts
export const tooManyUserLists = {"message":"You cannot create user list any more.","code":"TOO_MANY_USERLISTS","id":"e9c105b2-c595-47de-97fb-7f7c2c33e92f"} as const;
// users/lists/create.ts
export const tooManyUserLists_ = {"message":"You cannot create user list any more.","code":"TOO_MANY_USERLISTS","id":"0cf21a28-7715-4f39-a20d-777bfdb8d138"} as const;
// users/lists/create-from-public.ts
export const tooManyUsers = {"message":"You can not push users any more.","code":"TOO_MANY_USERS","id":"1845ea77-38d1-426e-8e4e-8b83b24f5bd7"} as const;
// users/lists/push.ts
export const tooManyUsers_ = {"message":"You can not push users any more.","code":"TOO_MANY_USERS","id":"2dd9752e-a338-413d-8eec-41814430989b"} as const;
// i/webhooks/create.ts
export const tooManyWebhooks = {"message":"You cannot create webhook any more.","code":"TOO_MANY_WEBHOOKS","id":"87a9bb19-111e-4e37-81d3-a3e7426453b0"} as const;
// i/update-email.ts
export const unavailable = {"message":"Unavailable email address.","code":"UNAVAILABLE","id":"a2defefb-f220-8849-0af6-17f816099323"} as const;
// notes/search.ts
export const unavailable_ = {"message":"Search of notes unavailable.","code":"UNAVAILABLE","id":"0b44998d-77aa-4427-80d0-d2c9b8523011"} as const;
// i/import-blocking.ts
export const unexpectedFileType = {"message":"We need csv file.","code":"UNEXPECTED_FILE_TYPE","id":"b6fab7d6-d945-d67c-dfdb-32da1cd12cfe"} as const;
// i/import-following.ts
export const unexpectedFileType_ = {"message":"We need csv file.","code":"UNEXPECTED_FILE_TYPE","id":"660f3599-bce0-4f95-9dde-311fd841c183"} as const;
// i/import-muting.ts
export const unexpectedFileType__ = {"message":"We need csv file.","code":"UNEXPECTED_FILE_TYPE","id":"568c6e42-c86c-ba09-c004-517f83f9f1a8"} as const;
// i/import-user-lists.ts
export const unexpectedFileType___ = {"message":"We need csv file.","code":"UNEXPECTED_FILE_TYPE","id":"a3c9edda-dd9b-4596-be6a-150ef813745c"} as const;
// i/move.ts
export const uriNull = {"message":"User ActivityPup URI is null.","code":"URI_NULL","id":"bf326f31-d430-4f97-9933-5d61e4d48a23"} as const;
// i/update.ts
export const uriNull_ = {"message":"User ActivityPup URI is null.","code":"URI_NULL","id":"bf326f31-d430-4f97-9933-5d61e4d48a23"} as const;
// i.ts
export const userIsDeleted = {"message":"User is deleted.","code":"USER_IS_DELETED","id":"e5b3b9f0-2b8f-4b9f-9c1f-8c5c1b2e1b1a","kind":"permission"} as const;
// notes/create.ts
export const youHaveBeenBlocked = {"message":"You have been blocked by this user.","code":"YOU_HAVE_BEEN_BLOCKED","id":"b390d7e1-8a5e-46ed-b625-06271cafd3d3"} as const;
// notes/polls/vote.ts
export const youHaveBeenBlocked_ = {"message":"You cannot vote this poll because you have been blocked by this user.","code":"YOU_HAVE_BEEN_BLOCKED","id":"85a5377e-b1e9-4617-b0b9-5bea73331e49"} as const;
// notes/reactions/create.ts
export const youHaveBeenBlocked__ = {"message":"You cannot react this note because you have been blocked by this user.","code":"YOU_HAVE_BEEN_BLOCKED","id":"20ef5475-9f38-4e4c-bd33-de6d979498ec"} as const;
// users/lists/create-from-public.ts
export const youHaveBeenBlocked___ = {"message":"You cannot push this user because you have been blocked by this user.","code":"YOU_HAVE_BEEN_BLOCKED","id":"a2497f2a-2389-439c-8626-5298540530f4"} as const;
// users/lists/push.ts
export const youHaveBeenBlocked____ = {"message":"You cannot push this user because you have been blocked by this user.","code":"YOU_HAVE_BEEN_BLOCKED","id":"990232c5-3f9d-4d83-9f3f-ef27b6332a4b"} as const;
// flash/like.ts
export const yourFlash = {"message":"You cannot like your flash.","code":"YOUR_FLASH","id":"3fd8a0e7-5955-4ba9-85bb-bf3e0c30e13b"} as const;
// pages/like.ts
export const yourPage = {"message":"You cannot like your page.","code":"YOUR_PAGE","id":"28800466-e6db-40f2-8fae-bf9e82aa92b8"} as const;
// gallery/posts/like.ts
export const yourPost = {"message":"You cannot like your post.","code":"YOUR_POST","id":"f78f1511-5ebc-4478-a888-1198d752da68"} as const;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment