From 693491d8f10ecdb0c6500c5c7110cdb275242ac5 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:33:20 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AC=8E=E3=81=AE=E3=83=95=E3=82=A1=E3=82=A4?= =?UTF-8?q?=E3=83=AB=E3=81=AE=E6=B7=B7=E5=85=A5=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../misskey-js/src/autogen/endpointErrors.ts | 1347 ----------------- 1 file changed, 1347 deletions(-) delete mode 100644 packages/misskey-js/src/autogen/endpointErrors.ts diff --git a/packages/misskey-js/src/autogen/endpointErrors.ts b/packages/misskey-js/src/autogen/endpointErrors.ts deleted file mode 100644 index 2275aa92742f..000000000000 --- a/packages/misskey-js/src/autogen/endpointErrors.ts +++ /dev/null @@ -1,1347 +0,0 @@ -/* eslint @typescript-eslint/naming-convention: 0 */ -/* eslint @typescript-eslint/no-explicit-any: 0 */ - -export type EndpointsErrors = { - 'admin___meta': CommonErrorTypes, - 'admin___abuse-user-reports': CommonErrorTypes, - 'admin___abuse-report___notification-recipient___list': CommonErrorTypes, - 'admin___abuse-report___notification-recipient___show': { - 'NO_SUCH_RECIPIENT': IdentifiableError['013de6a8-f757-04cb-4d73-cc2a7e3368e4'], - } & CommonErrorTypes, - 'admin___abuse-report___notification-recipient___create': { - 'CORRELATION_CHECK_EMAIL': IdentifiableError['348bb8ae-575a-6fe9-4327-5811999def8f'], - 'CORRELATION_CHECK_WEBHOOK': IdentifiableError['b0c15051-de2d-29ef-260c-9585cddd701a'], - 'EMAIL_ADDRESS_NOT_SET': IdentifiableError['7cc1d85e-2f58-fc31-b644-3de8d0d3421f'], - } & CommonErrorTypes, - 'admin___abuse-report___notification-recipient___update': { - 'CORRELATION_CHECK_EMAIL': IdentifiableError['348bb8ae-575a-6fe9-4327-5811999def8f'], - 'CORRELATION_CHECK_WEBHOOK': IdentifiableError['b0c15051-de2d-29ef-260c-9585cddd701a'], - 'EMAIL_ADDRESS_NOT_SET': IdentifiableError['7cc1d85e-2f58-fc31-b644-3de8d0d3421f'], - } & CommonErrorTypes, - 'admin___abuse-report___notification-recipient___delete': CommonErrorTypes, - 'admin___accounts___create': { - 'ACCESS_DENIED': IdentifiableError['1fb7cb09-d46a-4fff-b8df-057708cce513'], - 'INCORRECT_INITIAL_PASSWORD': IdentifiableError['97147c55-1ae1-4f6f-91d6-e1c3e0e76d62'], - } & CommonErrorTypes, - 'admin___accounts___delete': CommonErrorTypes, - 'admin___accounts___find-by-email': { - 'USER_NOT_FOUND': IdentifiableError['cb865949-8af5-4062-a88c-ef55e8786d1d'], - } & CommonErrorTypes, - 'admin___ad___create': CommonErrorTypes, - 'admin___ad___delete': { - 'NO_SUCH_AD': IdentifiableError['ccac9863-3a03-416e-b899-8a64041118b1'], - } & CommonErrorTypes, - 'admin___ad___list': CommonErrorTypes, - 'admin___ad___update': { - 'NO_SUCH_AD': IdentifiableError['b7aa1727-1354-47bc-a182-3a9c3973d300'], - } & CommonErrorTypes, - 'admin___announcements___create': CommonErrorTypes, - 'admin___announcements___delete': { - 'NO_SUCH_ANNOUNCEMENT': IdentifiableError['ecad8040-a276-4e85-bda9-015a708d291e'], - } & CommonErrorTypes, - 'admin___announcements___list': CommonErrorTypes, - 'admin___announcements___update': { - 'NO_SUCH_ANNOUNCEMENT': IdentifiableError['d3aae5a7-6372-4cb4-b61c-f511ffc2d7cc'], - } & CommonErrorTypes, - 'admin___avatar-decorations___create': CommonErrorTypes, - 'admin___avatar-decorations___delete': CommonErrorTypes, - 'admin___avatar-decorations___list': CommonErrorTypes, - 'admin___avatar-decorations___update': CommonErrorTypes, - 'admin___delete-all-files-of-a-user': CommonErrorTypes, - 'admin___unset-user-avatar': CommonErrorTypes, - 'admin___unset-user-banner': CommonErrorTypes, - 'admin___drive___clean-remote-files': CommonErrorTypes, - 'admin___drive___cleanup': CommonErrorTypes, - 'admin___drive___files': CommonErrorTypes, - 'admin___drive___show-file': { - 'NO_SUCH_FILE': IdentifiableError['caf3ca38-c6e5-472e-a30c-b05377dcc240'], - } & CommonErrorTypes, - 'admin___emoji___add-aliases-bulk': CommonErrorTypes, - 'admin___emoji___add': { - 'NO_SUCH_FILE': IdentifiableError['fc46b5a4-6b92-4c33-ac66-b806659bb5cf'], - 'DUPLICATE_NAME': IdentifiableError['f7a3462c-4e6e-4069-8421-b9bd4f4c3975'], - } & CommonErrorTypes, - 'admin___emoji___copy': { - 'NO_SUCH_EMOJI': IdentifiableError['e2785b66-dca3-4087-9cac-b93c541cc425'], - 'DUPLICATE_NAME': IdentifiableError['f7a3462c-4e6e-4069-8421-b9bd4f4c3975'], - } & CommonErrorTypes, - 'admin___emoji___delete-bulk': CommonErrorTypes, - 'admin___emoji___delete': { - 'NO_SUCH_EMOJI': IdentifiableError['be83669b-773a-44b7-b1f8-e5e5170ac3c2'], - } & CommonErrorTypes, - 'admin___emoji___import-zip': CommonErrorTypes, - 'admin___emoji___list-remote': CommonErrorTypes, - 'admin___emoji___list': CommonErrorTypes, - 'admin___emoji___remove-aliases-bulk': CommonErrorTypes, - 'admin___emoji___set-aliases-bulk': CommonErrorTypes, - 'admin___emoji___set-category-bulk': CommonErrorTypes, - 'admin___emoji___set-license-bulk': CommonErrorTypes, - 'admin___emoji___update': { - 'NO_SUCH_EMOJI': IdentifiableError['684dec9d-a8c2-4364-9aa8-456c49cb1dc8'], - 'NO_SUCH_FILE': IdentifiableError['14fb9fd9-0731-4e2f-aeb9-f09e4740333d'], - 'SAME_NAME_EMOJI_EXISTS': IdentifiableError['7180fe9d-1ee3-bff9-647d-fe9896d2ffb8'], - } & CommonErrorTypes, - 'admin___federation___delete-all-files': CommonErrorTypes, - 'admin___federation___refresh-remote-instance-metadata': CommonErrorTypes, - 'admin___federation___remove-all-following': CommonErrorTypes, - 'admin___federation___update-instance': CommonErrorTypes, - 'admin___get-index-stats': CommonErrorTypes, - 'admin___get-table-stats': CommonErrorTypes, - 'admin___get-user-ips': CommonErrorTypes, - 'admin___invite___create': { - 'INVALID_DATE_TIME': IdentifiableError['f1380b15-3760-4c6c-a1db-5c3aaf1cbd49'], - } & CommonErrorTypes, - 'admin___invite___list': CommonErrorTypes, - 'admin___promo___create': { - 'NO_SUCH_NOTE': IdentifiableError['ee449fbe-af2a-453b-9cae-cf2fe7c895fc'], - 'ALREADY_PROMOTED': IdentifiableError['ae427aa2-7a41-484f-a18c-2c1104051604'], - } & CommonErrorTypes, - 'admin___queue___clear': CommonErrorTypes, - 'admin___queue___deliver-delayed': CommonErrorTypes, - 'admin___queue___inbox-delayed': CommonErrorTypes, - 'admin___queue___promote': CommonErrorTypes, - 'admin___queue___stats': CommonErrorTypes, - 'admin___relays___add': { - 'INVALID_URL': IdentifiableError['fb8c92d3-d4e5-44e7-b3d4-800d5cef8b2c'], - } & CommonErrorTypes, - 'admin___relays___list': CommonErrorTypes, - 'admin___relays___remove': CommonErrorTypes, - 'admin___reset-password': CommonErrorTypes, - 'admin___resolve-abuse-user-report': { - 'NO_SUCH_ABUSE_REPORT': IdentifiableError['ac3794dd-2ce4-d878-e546-73c60c06b398'], - } & CommonErrorTypes, - 'admin___forward-abuse-user-report': { - 'NO_SUCH_ABUSE_REPORT': IdentifiableError['8763e21b-d9bc-40be-acf6-54c1a6986493'], - } & CommonErrorTypes, - 'admin___update-abuse-user-report': { - 'NO_SUCH_ABUSE_REPORT': IdentifiableError['15f51cf5-46d1-4b1d-a618-b35bcbed0662'], - } & CommonErrorTypes, - 'admin___send-email': CommonErrorTypes, - 'admin___server-info': CommonErrorTypes, - 'admin___show-moderation-logs': CommonErrorTypes, - 'admin___show-user': CommonErrorTypes, - 'admin___show-users': CommonErrorTypes, - 'admin___suspend-user': CommonErrorTypes, - 'admin___unsuspend-user': CommonErrorTypes, - 'admin___update-meta': CommonErrorTypes, - 'admin___delete-account': CommonErrorTypes, - 'admin___update-user-note': CommonErrorTypes, - 'admin___roles___create': CommonErrorTypes, - 'admin___roles___delete': { - 'NO_SUCH_ROLE': IdentifiableError['de0d6ecd-8e0a-4253-88ff-74bc89ae3d45'], - } & CommonErrorTypes, - 'admin___roles___list': CommonErrorTypes, - 'admin___roles___show': { - 'NO_SUCH_ROLE': IdentifiableError['07dc7d34-c0d8-49b7-96c6-db3ce64ee0b3'], - } & CommonErrorTypes, - 'admin___roles___update': { - 'NO_SUCH_ROLE': IdentifiableError['cd23ef55-09ad-428a-ac61-95a45e124b32'], - } & CommonErrorTypes, - 'admin___roles___assign': { - 'NO_SUCH_ROLE': IdentifiableError['6503c040-6af4-4ed9-bf07-f2dd16678eab'], - 'NO_SUCH_USER': IdentifiableError['558ea170-f653-4700-94d0-5a818371d0df'], - 'ACCESS_DENIED': IdentifiableError['25b5bc31-dc79-4ebd-9bd2-c84978fd052c'], - } & CommonErrorTypes, - 'admin___roles___unassign': { - 'NO_SUCH_ROLE': IdentifiableError['6e519036-a70d-4c76-b679-bc8fb18194e2'], - 'NO_SUCH_USER': IdentifiableError['2b730f78-1179-461b-88ad-d24c9af1a5ce'], - 'NOT_ASSIGNED': IdentifiableError['b9060ac7-5c94-4da4-9f55-2047c953df44'], - 'ACCESS_DENIED': IdentifiableError['24636eee-e8c1-493e-94b2-e16ad401e262'], - } & CommonErrorTypes, - 'admin___roles___update-default-policies': CommonErrorTypes, - 'admin___roles___users': { - 'NO_SUCH_ROLE': IdentifiableError['224eff5e-2488-4b18-b3e7-f50d94421648'], - } & CommonErrorTypes, - 'admin___system-webhook___create': CommonErrorTypes, - 'admin___system-webhook___delete': CommonErrorTypes, - 'admin___system-webhook___list': CommonErrorTypes, - 'admin___system-webhook___show': { - 'NO_SUCH_SYSTEM_WEBHOOK': IdentifiableError['38dd1ffe-04b4-6ff5-d8ba-4e6a6ae22c9d'], - } & CommonErrorTypes, - 'admin___system-webhook___update': CommonErrorTypes, - 'admin___system-webhook___test': { - 'NO_SUCH_WEBHOOK': IdentifiableError['0c52149c-e913-18f8-5dc7-74870bfe0cf9'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'announcements': CommonErrorTypes, - 'announcements___show': { - 'NO_SUCH_ANNOUNCEMENT': IdentifiableError['b57b5e1d-4f49-404a-9edb-46b00268f121'], - } & CommonErrorTypes, - 'antennas___create': { - 'NO_SUCH_USER_LIST': IdentifiableError['95063e93-a283-4b8b-9aa5-bcdb8df69a7f'], - 'TOO_MANY_ANTENNAS': IdentifiableError['faf47050-e8b5-438c-913c-db2b1576fde4'], - 'EMPTY_KEYWORD': IdentifiableError['53ee222e-1ddd-4f9a-92e5-9fb82ddb463a'], - } & CommonErrorTypes, - 'antennas___delete': { - 'NO_SUCH_ANTENNA': IdentifiableError['b34dcf9d-348f-44bb-99d0-6c9314cfe2df'], - } & CommonErrorTypes, - 'antennas___list': CommonErrorTypes, - 'antennas___notes': { - 'NO_SUCH_ANTENNA': IdentifiableError['850926e0-fd3b-49b6-b69a-b28a5dbd82fe'], - } & CommonErrorTypes, - 'antennas___show': { - 'NO_SUCH_ANTENNA': IdentifiableError['c06569fb-b025-4f23-b22d-1fcd20d2816b'], - } & CommonErrorTypes, - 'antennas___update': { - 'NO_SUCH_ANTENNA': IdentifiableError['10c673ac-8852-48eb-aa1f-f5b67f069290'], - 'NO_SUCH_USER_LIST': IdentifiableError['1c6b35c9-943e-48c2-81e4-2844989407f7'], - 'EMPTY_KEYWORD': IdentifiableError['721aaff6-4e1b-4d88-8de6-877fae9f68c4'], - } & CommonErrorTypes, - 'ap___get': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'ap___show': { - 'NO_SUCH_OBJECT': IdentifiableError['dc94d745-1262-4e63-a17d-fecaa57efc82'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'app___create': CommonErrorTypes, - 'app___show': { - 'NO_SUCH_APP': IdentifiableError['dce83913-2dc6-4093-8a7b-71dbb11718a3'], - } & CommonErrorTypes, - 'auth___accept': { - 'NO_SUCH_SESSION': IdentifiableError['9c72d8de-391a-43c1-9d06-08d29efde8df'], - } & CommonErrorTypes, - 'auth___session___generate': { - 'NO_SUCH_APP': IdentifiableError['92f93e63-428e-4f2f-a5a4-39e1407fe998'], - } & CommonErrorTypes, - 'auth___session___show': { - 'NO_SUCH_SESSION': IdentifiableError['bd72c97d-eba7-4adb-a467-f171b8847250'], - } & CommonErrorTypes, - 'auth___session___userkey': { - 'NO_SUCH_APP': IdentifiableError['fcab192a-2c5a-43b7-8ad8-9b7054d8d40d'], - 'NO_SUCH_SESSION': IdentifiableError['5b5a1503-8bc8-4bd0-8054-dc189e8cdcb3'], - 'PENDING_SESSION': IdentifiableError['8c8a4145-02cc-4cca-8e66-29ba60445a8e'], - } & CommonErrorTypes, - 'blocking___create': { - 'NO_SUCH_USER': IdentifiableError['7cc4f851-e2f1-4621-9633-ec9e1d00c01e'], - 'BLOCKEE_IS_YOURSELF': IdentifiableError['88b19138-f28d-42c0-8499-6a31bbd0fdc6'], - 'ALREADY_BLOCKING': IdentifiableError['787fed64-acb9-464a-82eb-afbd745b9614'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'blocking___delete': { - 'NO_SUCH_USER': IdentifiableError['8621d8bf-c358-4303-a066-5ea78610eb3f'], - 'BLOCKEE_IS_YOURSELF': IdentifiableError['06f6fac6-524b-473c-a354-e97a40ae6eac'], - 'NOT_BLOCKING': IdentifiableError['291b2efa-60c6-45c0-9f6a-045c8f9b02cd'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'blocking___list': CommonErrorTypes, - 'channels___create': { - 'NO_SUCH_FILE': IdentifiableError['cd1e9f3e-5a12-4ab4-96f6-5d0a2cc32050'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'channels___featured': CommonErrorTypes, - 'channels___follow': { - 'NO_SUCH_CHANNEL': IdentifiableError['c0031718-d573-4e85-928e-10039f1fbb68'], - } & CommonErrorTypes, - 'channels___followed': CommonErrorTypes, - 'channels___owned': CommonErrorTypes, - 'channels___show': { - 'NO_SUCH_CHANNEL': IdentifiableError['6f6c314b-7486-4897-8966-c04a66a02923'], - } & CommonErrorTypes, - 'channels___timeline': { - 'NO_SUCH_CHANNEL': IdentifiableError['4d0eeeba-a02c-4c3c-9966-ef60d38d2e7f'], - } & CommonErrorTypes, - 'channels___unfollow': { - 'NO_SUCH_CHANNEL': IdentifiableError['19959ee9-0153-4c51-bbd9-a98c49dc59d6'], - } & CommonErrorTypes, - 'channels___update': { - 'NO_SUCH_CHANNEL': IdentifiableError['f9c5467f-d492-4c3c-9a8d-a70dacc86512'], - 'ACCESS_DENIED': IdentifiableError['1fb7cb09-d46a-4fdf-b8df-057788cce513'], - 'NO_SUCH_FILE': IdentifiableError['e86c14a4-0da2-4032-8df3-e737a04c7f3b'], - } & CommonErrorTypes, - 'channels___favorite': { - 'NO_SUCH_CHANNEL': IdentifiableError['4938f5f3-6167-4c04-9149-6607b7542861'], - } & CommonErrorTypes, - 'channels___unfavorite': { - 'NO_SUCH_CHANNEL': IdentifiableError['353c68dd-131a-476c-aa99-88a345e83668'], - } & CommonErrorTypes, - 'channels___my-favorites': CommonErrorTypes, - 'channels___search': CommonErrorTypes, - 'charts___active-users': CommonErrorTypes, - 'charts___ap-request': CommonErrorTypes, - 'charts___drive': CommonErrorTypes, - 'charts___federation': CommonErrorTypes, - 'charts___instance': CommonErrorTypes, - 'charts___notes': CommonErrorTypes, - 'charts___user___drive': CommonErrorTypes, - 'charts___user___following': CommonErrorTypes, - 'charts___user___notes': CommonErrorTypes, - 'charts___user___pv': CommonErrorTypes, - 'charts___user___reactions': CommonErrorTypes, - 'charts___users': CommonErrorTypes, - 'clips___add-note': { - 'NO_SUCH_CLIP': IdentifiableError['d6e76cc0-a1b5-4c7c-a287-73fa9c716dcf'], - 'NO_SUCH_NOTE': IdentifiableError['fc8c0b49-c7a3-4664-a0a6-b418d386bb8b'], - 'ALREADY_CLIPPED': IdentifiableError['734806c4-542c-463a-9311-15c512803965'], - 'TOO_MANY_CLIP_NOTES': IdentifiableError['f0dba960-ff73-4615-8df4-d6ac5d9dc118'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'clips___remove-note': { - 'NO_SUCH_CLIP': IdentifiableError['b80525c6-97f7-49d7-a42d-ebccd49cfd52'], - 'NO_SUCH_NOTE': IdentifiableError['aff017de-190e-434b-893e-33a9ff5049d8'], - } & CommonErrorTypes, - 'clips___create': { - 'TOO_MANY_CLIPS': IdentifiableError['920f7c2d-6208-4b76-8082-e632020f5883'], - } & CommonErrorTypes, - 'clips___delete': { - 'NO_SUCH_CLIP': IdentifiableError['70ca08ba-6865-4630-b6fb-8494759aa754'], - } & CommonErrorTypes, - 'clips___list': CommonErrorTypes, - 'clips___notes': { - 'NO_SUCH_CLIP': IdentifiableError['1d7645e6-2b6d-4635-b0fe-fe22b0e72e00'], - } & CommonErrorTypes, - 'clips___show': { - 'NO_SUCH_CLIP': IdentifiableError['c3c5fe33-d62c-44d2-9ea5-d997703f5c20'], - } & CommonErrorTypes, - 'clips___update': { - 'NO_SUCH_CLIP': IdentifiableError['b4d92d70-b216-46fa-9a3f-a8c811699257'], - } & CommonErrorTypes, - 'clips___favorite': { - 'NO_SUCH_CLIP': IdentifiableError['4c2aaeae-80d8-4250-9606-26cb1fdb77a5'], - 'ALREADY_FAVORITED': IdentifiableError['92658936-c625-4273-8326-2d790129256e'], - } & CommonErrorTypes, - 'clips___unfavorite': { - 'NO_SUCH_CLIP': IdentifiableError['2603966e-b865-426c-94a7-af4a01241dc1'], - 'NOT_FAVORITED': IdentifiableError['90c3a9e8-b321-4dae-bf57-2bf79bbcc187'], - } & CommonErrorTypes, - 'clips___my-favorites': CommonErrorTypes, - 'drive': CommonErrorTypes, - 'drive___files': CommonErrorTypes, - 'drive___files___attached-notes': { - 'NO_SUCH_FILE': IdentifiableError['c118ece3-2e4b-4296-99d1-51756e32d232'], - } & CommonErrorTypes, - 'drive___files___check-existence': CommonErrorTypes, - 'drive___files___create': { - 'INVALID_FILE_NAME': IdentifiableError['f449b209-0c60-4e51-84d5-29486263bfd4'], - 'INAPPROPRIATE': IdentifiableError['bec5bd69-fba3-43c9-b4fb-2894b66ad5d2'], - 'NO_FREE_SPACE': IdentifiableError['d08dbc37-a6a9-463a-8c47-96c32ab5f064'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'drive___files___delete': { - 'NO_SUCH_FILE': IdentifiableError['908939ec-e52b-4458-b395-1025195cea58'], - 'ACCESS_DENIED': IdentifiableError['5eb8d909-2540-4970-90b8-dd6f86088121'], - } & CommonErrorTypes, - 'drive___files___find-by-hash': CommonErrorTypes, - 'drive___files___find': CommonErrorTypes, - 'drive___files___show': { - 'NO_SUCH_FILE': IdentifiableError['067bc436-2718-4795-b0fb-ecbe43949e31'], - 'ACCESS_DENIED': IdentifiableError['25b73c73-68b1-41d0-bad1-381cfdf6579f'], - } & CommonErrorTypes, - 'drive___files___update': { - 'INVALID_FILE_NAME': IdentifiableError['395e7156-f9f0-475e-af89-53c3c23080c2'], - 'NO_SUCH_FILE': IdentifiableError['e7778c7e-3af9-49cd-9690-6dbc3e6c972d'], - 'ACCESS_DENIED': IdentifiableError['01a53b27-82fc-445b-a0c1-b558465a8ed2'], - 'NO_SUCH_FOLDER': IdentifiableError['ea8fb7a5-af77-4a08-b608-c0218176cd73'], - 'RESTRICTED_BY_ROLE': IdentifiableError['7f59dccb-f465-75ab-5cf4-3ce44e3282f7'], - } & CommonErrorTypes, - 'drive___files___upload-from-url': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'drive___folders': CommonErrorTypes, - 'drive___folders___create': { - 'NO_SUCH_FOLDER': IdentifiableError['53326628-a00d-40a6-a3cd-8975105c0f95'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'drive___folders___delete': { - 'NO_SUCH_FOLDER': IdentifiableError['1069098f-c281-440f-b085-f9932edbe091'], - 'HAS_CHILD_FILES_OR_FOLDERS': IdentifiableError['b0fc8a17-963c-405d-bfbc-859a487295e1'], - } & CommonErrorTypes, - 'drive___folders___find': CommonErrorTypes, - 'drive___folders___show': { - 'NO_SUCH_FOLDER': IdentifiableError['d74ab9eb-bb09-4bba-bf24-fb58f761e1e9'], - } & CommonErrorTypes, - 'drive___folders___update': { - 'NO_SUCH_FOLDER': IdentifiableError['f7974dac-2c0d-4a27-926e-23583b28e98e'], - 'NO_SUCH_PARENT_FOLDER': IdentifiableError['ce104e3a-faaf-49d5-b459-10ff0cbbcaa1'], - 'RECURSIVE_NESTING': IdentifiableError['dbeb024837894013aed44279f9199740'], - } & CommonErrorTypes, - 'drive___stream': CommonErrorTypes, - 'email-address___available': CommonErrorTypes, - 'endpoint': CommonErrorTypes, - 'endpoints': CommonErrorTypes, - 'export-custom-emojis': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'federation___followers': CommonErrorTypes, - 'federation___following': CommonErrorTypes, - 'federation___instances': CommonErrorTypes, - 'federation___show-instance': CommonErrorTypes, - 'federation___update-remote-user': CommonErrorTypes, - 'federation___users': CommonErrorTypes, - 'federation___stats': CommonErrorTypes, - 'following___create': { - 'NO_SUCH_USER': IdentifiableError['fcd2eef9-a9b2-4c4f-8624-038099e90aa5'], - 'FOLLOWEE_IS_YOURSELF': IdentifiableError['26fbe7bb-a331-4857-af17-205b426669a9'], - 'ALREADY_FOLLOWING': IdentifiableError['35387507-38c7-4cb9-9197-300b93783fa0'], - 'BLOCKING': IdentifiableError['4e2206ec-aa4f-4960-b865-6c23ac38e2d9'], - 'BLOCKED': IdentifiableError['c4ab57cc-4e41-45e9-bfd9-584f61e35ce0'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'following___delete': { - 'NO_SUCH_USER': IdentifiableError['5b12c78d-2b28-4dca-99d2-f56139b42ff8'], - 'FOLLOWEE_IS_YOURSELF': IdentifiableError['d9e400b9-36b0-4808-b1d8-79e707f1296c'], - 'NOT_FOLLOWING': IdentifiableError['5dbf82f5-c92b-40b1-87d1-6c8c0741fd09'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'following___update': { - 'NO_SUCH_USER': IdentifiableError['14318698-f67e-492a-99da-5353a5ac52be'], - 'FOLLOWEE_IS_YOURSELF': IdentifiableError['4c4cbaf9-962a-463b-8418-a5e365dbf2eb'], - 'NOT_FOLLOWING': IdentifiableError['b8dc75cf-1cb5-46c9-b14b-5f1ffbd782c9'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'following___update-all': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'following___invalidate': { - 'NO_SUCH_USER': IdentifiableError['b77e6ae6-a3e5-40da-9cc8-c240115479cc'], - 'FOLLOWER_IS_YOURSELF': IdentifiableError['07dc03b9-03da-422d-885b-438313707662'], - 'NOT_FOLLOWING': IdentifiableError['918faac3-074f-41ae-9c43-ed5d2946770d'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'following___requests___accept': { - 'NO_SUCH_USER': IdentifiableError['66ce1645-d66c-46bb-8b79-96739af885bd'], - 'NO_FOLLOW_REQUEST': IdentifiableError['bcde4f8b-0913-4614-8881-614e522fb041'], - } & CommonErrorTypes, - 'following___requests___cancel': { - 'NO_SUCH_USER': IdentifiableError['4e68c551-fc4c-4e46-bb41-7d4a37bf9dab'], - 'FOLLOW_REQUEST_NOT_FOUND': IdentifiableError['089b125b-d338-482a-9a09-e2622ac9f8d4'], - } & CommonErrorTypes, - 'following___requests___list': CommonErrorTypes, - 'following___requests___reject': { - 'NO_SUCH_USER': IdentifiableError['abc2ffa6-25b2-4380-ba99-321ff3a94555'], - } & CommonErrorTypes, - 'gallery___featured': CommonErrorTypes, - 'gallery___popular': CommonErrorTypes, - 'gallery___posts': CommonErrorTypes, - 'gallery___posts___create': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'gallery___posts___delete': { - 'NO_SUCH_POST': IdentifiableError['ae52f367-4bd7-4ecd-afc6-5672fff427f5'], - 'ACCESS_DENIED': IdentifiableError['c86e09de-1c48-43ac-a435-1c7e42ed4496'], - } & CommonErrorTypes, - 'gallery___posts___like': { - 'NO_SUCH_POST': IdentifiableError['56c06af3-1287-442f-9701-c93f7c4a62ff'], - 'YOUR_POST': IdentifiableError['f78f1511-5ebc-4478-a888-1198d752da68'], - 'ALREADY_LIKED': IdentifiableError['40e9ed56-a59c-473a-bf3f-f289c54fb5a7'], - } & CommonErrorTypes, - 'gallery___posts___show': { - 'NO_SUCH_POST': IdentifiableError['1137bf14-c5b0-4604-85bb-5b5371b1cd45'], - } & CommonErrorTypes, - 'gallery___posts___unlike': { - 'NO_SUCH_POST': IdentifiableError['c32e6dd0-b555-4413-925e-b3757d19ed84'], - 'NOT_LIKED': IdentifiableError['e3e8e06e-be37-41f7-a5b4-87a8250288f0'], - } & CommonErrorTypes, - 'gallery___posts___update': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'get-online-users-count': CommonErrorTypes, - 'get-avatar-decorations': CommonErrorTypes, - 'hashtags___list': CommonErrorTypes, - 'hashtags___search': CommonErrorTypes, - 'hashtags___show': { - 'NO_SUCH_HASHTAG': IdentifiableError['110ee688-193e-4a3a-9ecf-c167b2e6981e'], - } & CommonErrorTypes, - 'hashtags___trend': CommonErrorTypes, - 'hashtags___users': CommonErrorTypes, - 'i': { - 'USER_IS_DELETED': IdentifiableError['e5b3b9f0-2b8f-4b9f-9c1f-8c5c1b2e1b1a'], - } & CommonErrorTypes, - 'i___2fa___done': CommonErrorTypes, - 'i___2fa___key-done': { - 'INCORRECT_PASSWORD': IdentifiableError['0d7ec6d2-e652-443e-a7bf-9ee9a0cd77b0'], - 'TWO_FACTOR_NOT_ENABLED': IdentifiableError['798d6847-b1ed-4f9c-b1f9-163c42655995'], - } & CommonErrorTypes, - 'i___2fa___password-less': { - 'NO_SECURITY_KEY': IdentifiableError['f9c54d7f-d4c2-4d3c-9a8g-a70daac86512'], - } & CommonErrorTypes, - 'i___2fa___register-key': { - 'USER_NOT_FOUND': IdentifiableError['652f899f-66d4-490e-993e-6606c8ec04c3'], - 'INCORRECT_PASSWORD': IdentifiableError['38769596-efe2-4faf-9bec-abbb3f2cd9ba'], - 'TWO_FACTOR_NOT_ENABLED': IdentifiableError['bf32b864-449b-47b8-974e-f9a5468546f1'], - } & CommonErrorTypes, - 'i___2fa___register': { - 'INCORRECT_PASSWORD': IdentifiableError['78d6c839-20c9-4c66-b90a-fc0542168b48'], - } & CommonErrorTypes, - 'i___2fa___update-key': { - 'NO_SUCH_KEY': IdentifiableError['f9c5467f-d492-4d3c-9a8g-a70dacc86512'], - 'ACCESS_DENIED': IdentifiableError['1fb7cb09-d46a-4fff-b8df-057708cce513'], - } & CommonErrorTypes, - 'i___2fa___remove-key': { - 'INCORRECT_PASSWORD': IdentifiableError['141c598d-a825-44c8-9173-cfb9d92be493'], - } & CommonErrorTypes, - 'i___2fa___unregister': { - 'INCORRECT_PASSWORD': IdentifiableError['7add0395-9901-4098-82f9-4f67af65f775'], - } & CommonErrorTypes, - 'i___apps': CommonErrorTypes, - 'i___authorized-apps': CommonErrorTypes, - 'i___claim-achievement': CommonErrorTypes, - 'i___change-password': CommonErrorTypes, - 'i___delete-account': CommonErrorTypes, - 'i___export-blocking': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___export-following': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___export-mute': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___export-notes': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___export-clips': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___export-favorites': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___export-user-lists': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___export-antennas': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___favorites': CommonErrorTypes, - 'i___gallery___likes': CommonErrorTypes, - 'i___gallery___posts': CommonErrorTypes, - 'i___import-blocking': { - 'NO_SUCH_FILE': IdentifiableError['ebb53e5f-6574-9c0c-0b92-7ca6def56d7e'], - 'UNEXPECTED_FILE_TYPE': IdentifiableError['b6fab7d6-d945-d67c-dfdb-32da1cd12cfe'], - 'TOO_BIG_FILE': IdentifiableError['b7fbf0b1-aeef-3b21-29ef-fadd4cb72ccf'], - 'EMPTY_FILE': IdentifiableError['6f3a4dcc-f060-a707-4950-806fbdbe60d6'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___import-following': { - 'NO_SUCH_FILE': IdentifiableError['b98644cf-a5ac-4277-a502-0b8054a709a3'], - 'UNEXPECTED_FILE_TYPE': IdentifiableError['660f3599-bce0-4f95-9dde-311fd841c183'], - 'TOO_BIG_FILE': IdentifiableError['dee9d4ed-ad07-43ed-8b34-b2856398bc60'], - 'EMPTY_FILE': IdentifiableError['31a1b42c-06f7-42ae-8a38-a661c5c9f691'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___import-muting': { - 'NO_SUCH_FILE': IdentifiableError['e674141e-bd2a-ba85-e616-aefb187c9c2a'], - 'UNEXPECTED_FILE_TYPE': IdentifiableError['568c6e42-c86c-ba09-c004-517f83f9f1a8'], - 'TOO_BIG_FILE': IdentifiableError['9b4ada6d-d7f7-0472-0713-4f558bd1ec9c'], - 'EMPTY_FILE': IdentifiableError['d2f12af1-e7b4-feac-86a3-519548f2728e'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___import-user-lists': { - 'NO_SUCH_FILE': IdentifiableError['ea9cc34f-c415-4bc6-a6fe-28ac40357049'], - 'UNEXPECTED_FILE_TYPE': IdentifiableError['a3c9edda-dd9b-4596-be6a-150ef813745c'], - 'TOO_BIG_FILE': IdentifiableError['ae6e7a22-971b-4b52-b2be-fc0b9b121fe9'], - 'EMPTY_FILE': IdentifiableError['99efe367-ce6e-4d44-93f8-5fae7b040356'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___import-antennas': { - 'NO_SUCH_FILE': IdentifiableError['3b71d086-c3fa-431c-b01d-ded65a777172'], - 'NO_SUCH_USER': IdentifiableError['e842c379-8ac7-4cf7-b07a-4d4de7e4671c'], - 'EMPTY_FILE': IdentifiableError['7f60115d-8d93-4b0f-bd0e-3815dcbb389f'], - 'TOO_MANY_ANTENNAS': IdentifiableError['600917d4-a4cb-4cc5-8ba8-7ac8ea3c7779'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___notifications': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___notifications-grouped': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___page-likes': CommonErrorTypes, - 'i___pages': CommonErrorTypes, - 'i___pin': { - 'NO_SUCH_NOTE': IdentifiableError['56734f8b-3928-431e-bf80-6ff87df40cb3'], - 'PIN_LIMIT_EXCEEDED': IdentifiableError['72dab508-c64d-498f-8740-a8eec1ba385a'], - 'ALREADY_PINNED': IdentifiableError['8b18c2b7-68fe-4edb-9892-c0cbaeb6c913'], - } & CommonErrorTypes, - 'i___read-all-unread-notes': CommonErrorTypes, - 'i___read-announcement': CommonErrorTypes, - 'i___regenerate-token': CommonErrorTypes, - 'i___registry___get-all': CommonErrorTypes, - 'i___registry___get-detail': { - 'NO_SUCH_KEY': IdentifiableError['97a1e8e7-c0f7-47d2-957a-92e61256e01a'], - } & CommonErrorTypes, - 'i___registry___get': { - 'NO_SUCH_KEY': IdentifiableError['ac3ed68a-62f0-422b-a7bc-d5e09e8f6a6a'], - } & CommonErrorTypes, - 'i___registry___keys-with-type': CommonErrorTypes, - 'i___registry___keys': CommonErrorTypes, - 'i___registry___remove': { - 'NO_SUCH_KEY': IdentifiableError['1fac4e8a-a6cd-4e39-a4a5-3a7e11f1b019'], - } & CommonErrorTypes, - 'i___registry___scopes-with-domain': CommonErrorTypes, - 'i___registry___set': CommonErrorTypes, - 'i___revoke-token': CommonErrorTypes, - 'i___signin-history': CommonErrorTypes, - 'i___unpin': { - 'NO_SUCH_NOTE': IdentifiableError['454170ce-9d63-4a43-9da1-ea10afe81e21'], - } & CommonErrorTypes, - 'i___update-email': { - 'INCORRECT_PASSWORD': IdentifiableError['e54c1d7e-e7d6-4103-86b6-0a95069b4ad3'], - 'UNAVAILABLE': IdentifiableError['a2defefb-f220-8849-0af6-17f816099323'], - 'EMAIL_REQUIRED': IdentifiableError['324c7a88-59f2-492f-903f-89134f93e47e'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___update': { - 'NO_SUCH_AVATAR': IdentifiableError['539f3a45-f215-4f81-a9a8-31293640207f'], - 'NO_SUCH_BANNER': IdentifiableError['0d8f5629-f210-41c2-9433-735831a58595'], - 'AVATAR_NOT_AN_IMAGE': IdentifiableError['f419f9f8-2f4d-46b1-9fb4-49d3a2fd7191'], - 'BANNER_NOT_AN_IMAGE': IdentifiableError['75aedb19-2afd-4e6d-87fc-67941256fa60'], - 'NO_SUCH_PAGE': IdentifiableError['8e01b590-7eb9-431b-a239-860e086c408e'], - 'INVALID_REGEXP': IdentifiableError['0d786918-10df-41cd-8f33-8dec7d9a89a5'], - 'TOO_MANY_MUTED_WORDS': IdentifiableError['010665b1-a211-42d2-bc64-8f6609d79785'], - 'NO_SUCH_USER': IdentifiableError['fcd2eef9-a9b2-4c4f-8624-038099e90aa5'], - 'URI_NULL': IdentifiableError['bf326f31-d430-4f97-9933-5d61e4d48a23'], - 'FORBIDDEN_TO_SET_YOURSELF': IdentifiableError['25c90186-4ab0-49c8-9bba-a1fa6c202ba4'], - 'RESTRICTED_BY_ROLE': IdentifiableError['8feff0ba-5ab5-585b-31f4-4df816663fad'], - 'YOUR_NAME_CONTAINS_PROHIBITED_WORDS': IdentifiableError['0b3f9f6a-2f4d-4b1f-9fb4-49d3a2fd7191'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___move': { - 'DESTINATION_ACCOUNT_FORBIDS': IdentifiableError['b5c90186-4ab0-49c8-9bba-a1f766282ba4'], - 'NOT_ROOT_FORBIDDEN': IdentifiableError['4362e8dc-731f-4ad8-a694-be2a88922a24'], - 'NO_SUCH_USER': IdentifiableError['fcd2eef9-a9b2-4c4f-8624-038099e90aa5'], - 'URI_NULL': IdentifiableError['95ba11b9-90e8-43a5-ba16-7acc1ab32e71'], - 'ALREADY_MOVED': IdentifiableError['b234a14e-9ebe-4581-8000-074b3c215962'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'i___webhooks___create': { - 'TOO_MANY_WEBHOOKS': IdentifiableError['87a9bb19-111e-4e37-81d3-a3e7426453b0'], - } & CommonErrorTypes, - 'i___webhooks___list': CommonErrorTypes, - 'i___webhooks___show': { - 'NO_SUCH_WEBHOOK': IdentifiableError['50f614d9-3047-4f7e-90d8-ad6b2d5fb098'], - } & CommonErrorTypes, - 'i___webhooks___update': { - 'NO_SUCH_WEBHOOK': IdentifiableError['fb0fea69-da18-45b1-828d-bd4fd1612518'], - } & CommonErrorTypes, - 'i___webhooks___delete': { - 'NO_SUCH_WEBHOOK': IdentifiableError['bae73e5a-5522-4965-ae19-3a8688e71d82'], - } & CommonErrorTypes, - 'i___webhooks___test': { - 'NO_SUCH_WEBHOOK': IdentifiableError['0c52149c-e913-18f8-5dc7-74870bfe0cf9'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'invite___create': { - 'EXCEEDED_LIMIT_OF_CREATE_INVITE_CODE': IdentifiableError['8b165dd3-6f37-4557-8db1-73175d63c641'], - } & CommonErrorTypes, - 'invite___delete': { - 'NO_SUCH_INVITE_CODE': IdentifiableError['cd4f9ae4-7854-4e3e-8df9-c296f051e634'], - 'CAN_NOT_DELETE_INVITE_CODE': IdentifiableError['ff17af39-000c-4d4e-abdf-848fa30fc1ce'], - 'ACCESS_DENIED': IdentifiableError['5eb8d909-2540-4970-90b8-dd6f86088121'], - } & CommonErrorTypes, - 'invite___list': CommonErrorTypes, - 'invite___limit': CommonErrorTypes, - 'meta': CommonErrorTypes, - 'emojis': CommonErrorTypes, - 'emoji': CommonErrorTypes, - 'miauth___gen-token': CommonErrorTypes, - 'mute___create': { - 'NO_SUCH_USER': IdentifiableError['6fef56f3-e765-4957-88e5-c6f65329b8a5'], - 'MUTEE_IS_YOURSELF': IdentifiableError['a4619cb2-5f23-484b-9301-94c903074e10'], - 'ALREADY_MUTING': IdentifiableError['7e7359cb-160c-4956-b08f-4d1c653cd007'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'mute___delete': { - 'NO_SUCH_USER': IdentifiableError['b851d00b-8ab1-4a56-8b1b-e24187cb48ef'], - 'MUTEE_IS_YOURSELF': IdentifiableError['f428b029-6b39-4d48-a1d2-cc1ae6dd5cf9'], - 'NOT_MUTING': IdentifiableError['5467d020-daa9-4553-81e1-135c0c35a96d'], - } & CommonErrorTypes, - 'mute___list': CommonErrorTypes, - 'renote-mute___create': { - 'NO_SUCH_USER': IdentifiableError['5e0a5dff-1e94-4202-87ae-4d9c89eb2271'], - 'MUTEE_IS_YOURSELF': IdentifiableError['37285718-52f7-4aef-b7de-c38b8e8a8420'], - 'ALREADY_MUTING': IdentifiableError['ccfecbe4-1f1c-4fc2-8a3d-c3ffee61cb7b'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'renote-mute___delete': { - 'NO_SUCH_USER': IdentifiableError['9b6728cf-638c-4aa1-bedb-e07d8101474d'], - 'MUTEE_IS_YOURSELF': IdentifiableError['619b1314-0850-4597-a242-e245f3da42af'], - 'NOT_MUTING': IdentifiableError['2e4ef874-8bf0-4b4b-b069-4598f6d05817'], - } & CommonErrorTypes, - 'renote-mute___list': CommonErrorTypes, - 'my___apps': CommonErrorTypes, - 'notes': CommonErrorTypes, - 'notes___children': CommonErrorTypes, - 'notes___clips': { - 'NO_SUCH_NOTE': IdentifiableError['47db1a1c-b0af-458d-8fb4-986e4efafe1e'], - } & CommonErrorTypes, - 'notes___conversation': { - 'NO_SUCH_NOTE': IdentifiableError['e1035875-9551-45ec-afa8-1ded1fcb53c8'], - } & CommonErrorTypes, - 'notes___create': { - 'NO_SUCH_RENOTE_TARGET': IdentifiableError['b5c90186-4ab0-49c8-9bba-a1f76c282ba4'], - 'CANNOT_RENOTE_TO_A_PURE_RENOTE': IdentifiableError['fd4cc33e-2a37-48dd-99cc-9b806eb2031a'], - 'CANNOT_RENOTE_DUE_TO_VISIBILITY': IdentifiableError['be9529e9-fe72-4de0-ae43-0b363c4938af'], - 'NO_SUCH_REPLY_TARGET': IdentifiableError['749ee0f6-d3da-459a-bf02-282e2da4292c'], - 'CANNOT_REPLY_TO_AN_INVISIBLE_NOTE': IdentifiableError['b98980fa-3780-406c-a935-b6d0eeee10d1'], - 'CANNOT_REPLY_TO_A_PURE_RENOTE': IdentifiableError['3ac74a84-8fd5-4bb0-870f-01804f82ce15'], - 'CANNOT_REPLY_TO_SPECIFIED_VISIBILITY_NOTE_WITH_EXTENDED_VISIBILITY': IdentifiableError['ed940410-535c-4d5e-bfa3-af798671e93c'], - 'CANNOT_CREATE_ALREADY_EXPIRED_POLL': IdentifiableError['04da457d-b083-4055-9082-955525eda5a5'], - 'NO_SUCH_CHANNEL': IdentifiableError['b1653923-5453-4edc-b786-7c4f39bb0bbb'], - 'YOU_HAVE_BEEN_BLOCKED': IdentifiableError['b390d7e1-8a5e-46ed-b625-06271cafd3d3'], - 'NO_SUCH_FILE': IdentifiableError['b6992544-63e7-67f0-fa7f-32444b1b5306'], - 'CANNOT_RENOTE_OUTSIDE_OF_CHANNEL': IdentifiableError['33510210-8452-094c-6227-4a6c05d99f00'], - 'CONTAINS_PROHIBITED_WORDS': IdentifiableError['aa6e01d3-a85c-669d-758a-76aab43af334'], - 'CONTAINS_TOO_MANY_MENTIONS': IdentifiableError['4de0363a-3046-481b-9b0f-feff3e211025'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'notes___delete': { - 'NO_SUCH_NOTE': IdentifiableError['490be23f-8c1f-4796-819f-94cb4f9d1630'], - 'ACCESS_DENIED': IdentifiableError['fe8d7103-0ea8-4ec3-814d-f8b401dc69e9'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'notes___favorites___create': { - 'NO_SUCH_NOTE': IdentifiableError['6dd26674-e060-4816-909a-45ba3f4da458'], - 'ALREADY_FAVORITED': IdentifiableError['a402c12b-34dd-41d2-97d8-4d2ffd96a1a6'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'notes___favorites___delete': { - 'NO_SUCH_NOTE': IdentifiableError['80848a2c-398f-4343-baa9-df1d57696c56'], - 'NOT_FAVORITED': IdentifiableError['b625fc69-635e-45e9-86f4-dbefbef35af5'], - } & CommonErrorTypes, - 'notes___featured': CommonErrorTypes, - 'notes___global-timeline': { - 'GTL_DISABLED': IdentifiableError['0332fc13-6ab2-4427-ae80-a9fadffd1a6b'], - } & CommonErrorTypes, - 'notes___hybrid-timeline': { - 'STL_DISABLED': IdentifiableError['620763f4-f621-4533-ab33-0577a1a3c342'], - 'BOTH_WITH_REPLIES_AND_WITH_FILES': IdentifiableError['dfaa3eb7-8002-4cb7-bcc4-1095df46656f'], - } & CommonErrorTypes, - 'notes___local-timeline': { - 'LTL_DISABLED': IdentifiableError['45a6eb02-7695-4393-b023-dd3be9aaaefd'], - 'BOTH_WITH_REPLIES_AND_WITH_FILES': IdentifiableError['dd9c8400-1cb5-4eef-8a31-200c5f933793'], - } & CommonErrorTypes, - 'notes___mentions': CommonErrorTypes, - 'notes___polls___recommendation': CommonErrorTypes, - 'notes___polls___vote': { - 'NO_SUCH_NOTE': IdentifiableError['ecafbd2e-c283-4d6d-aecb-1a0a33b75396'], - 'NO_POLL': IdentifiableError['5f979967-52d9-4314-a911-1c673727f92f'], - 'INVALID_CHOICE': IdentifiableError['e0cc9a04-f2e8-41e4-a5f1-4127293260cc'], - 'ALREADY_VOTED': IdentifiableError['0963fc77-efac-419b-9424-b391608dc6d8'], - 'ALREADY_EXPIRED': IdentifiableError['1022a357-b085-4054-9083-8f8de358337e'], - 'YOU_HAVE_BEEN_BLOCKED': IdentifiableError['85a5377e-b1e9-4617-b0b9-5bea73331e49'], - } & CommonErrorTypes, - 'notes___reactions': { - 'NO_SUCH_NOTE': IdentifiableError['263fff3d-d0e1-4af4-bea7-8408059b451a'], - } & CommonErrorTypes, - 'notes___reactions___create': { - 'NO_SUCH_NOTE': IdentifiableError['033d0620-5bfe-4027-965d-980b0c85a3ea'], - 'ALREADY_REACTED': IdentifiableError['71efcf98-86d6-4e2b-b2ad-9d032369366b'], - 'YOU_HAVE_BEEN_BLOCKED': IdentifiableError['20ef5475-9f38-4e4c-bd33-de6d979498ec'], - 'CANNOT_REACT_TO_RENOTE': IdentifiableError['eaccdc08-ddef-43fe-908f-d108faad57f5'], - } & CommonErrorTypes, - 'notes___reactions___delete': { - 'NO_SUCH_NOTE': IdentifiableError['764d9fce-f9f2-4a0e-92b1-6ceac9a7ad37'], - 'NOT_REACTED': IdentifiableError['92f4426d-4196-4125-aa5b-02943e2ec8fc'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'notes___renotes': { - 'NO_SUCH_NOTE': IdentifiableError['12908022-2e21-46cd-ba6a-3edaf6093f46'], - } & CommonErrorTypes, - 'notes___replies': CommonErrorTypes, - 'notes___search-by-tag': CommonErrorTypes, - 'notes___search': { - 'UNAVAILABLE': IdentifiableError['0b44998d-77aa-4427-80d0-d2c9b8523011'], - } & CommonErrorTypes, - 'notes___show': { - 'NO_SUCH_NOTE': IdentifiableError['24fcbfc6-2e37-42b6-8388-c29b3861a08d'], - } & CommonErrorTypes, - 'notes___state': CommonErrorTypes, - 'notes___thread-muting___create': { - 'NO_SUCH_NOTE': IdentifiableError['5ff67ada-ed3b-2e71-8e87-a1a421e177d2'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'notes___thread-muting___delete': { - 'NO_SUCH_NOTE': IdentifiableError['bddd57ac-ceb3-b29d-4334-86ea5fae481a'], - } & CommonErrorTypes, - 'notes___timeline': CommonErrorTypes, - 'notes___translate': { - 'UNAVAILABLE': IdentifiableError['50a70314-2d8a-431b-b433-efa5cc56444c'], - 'NO_SUCH_NOTE': IdentifiableError['bea9b03f-36e0-49c5-a4db-627a029f8971'], - 'CANNOT_TRANSLATE_INVISIBLE_NOTE': IdentifiableError['ea29f2ca-c368-43b3-aaf1-5ac3e74bbe5d'], - } & CommonErrorTypes, - 'notes___unrenote': { - 'NO_SUCH_NOTE': IdentifiableError['efd4a259-2442-496b-8dd7-b255aa1a160f'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'notes___user-list-timeline': { - 'NO_SUCH_LIST': IdentifiableError['8fb1fbd5-e476-4c37-9fb0-43d55b63a2ff'], - } & CommonErrorTypes, - 'notifications___create': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'notifications___flush': CommonErrorTypes, - 'notifications___mark-all-as-read': CommonErrorTypes, - 'notifications___test-notification': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'page-push': { - 'NO_SUCH_PAGE': IdentifiableError['4a13ad31-6729-46b4-b9af-e86b265c2e74'], - } & CommonErrorTypes, - 'pages___create': { - 'NO_SUCH_FILE': IdentifiableError['b7b97489-0f66-4b12-a5ff-b21bd63f6e1c'], - 'NAME_ALREADY_EXISTS': IdentifiableError['4650348e-301c-499a-83c9-6aa988c66bc1'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'pages___delete': { - 'NO_SUCH_PAGE': IdentifiableError['eb0c6e1d-d519-4764-9486-52a7e1c6392a'], - 'ACCESS_DENIED': IdentifiableError['8b741b3e-2c22-44b3-a15f-29949aa1601e'], - } & CommonErrorTypes, - 'pages___featured': CommonErrorTypes, - 'pages___like': { - 'NO_SUCH_PAGE': IdentifiableError['cc98a8a2-0dc3-4123-b198-62c71df18ed3'], - 'YOUR_PAGE': IdentifiableError['28800466-e6db-40f2-8fae-bf9e82aa92b8'], - 'ALREADY_LIKED': IdentifiableError['d4c1edbe-7da2-4eae-8714-1acfd2d63941'], - } & CommonErrorTypes, - 'pages___show': { - 'NO_SUCH_PAGE': IdentifiableError['222120c0-3ead-4528-811b-b96f233388d7'], - } & CommonErrorTypes, - 'pages___unlike': { - 'NO_SUCH_PAGE': IdentifiableError['a0d41e20-1993-40bd-890e-f6e560ae648e'], - 'NOT_LIKED': IdentifiableError['f5e586b0-ce93-4050-b0e3-7f31af5259ee'], - } & CommonErrorTypes, - 'pages___update': { - 'NO_SUCH_PAGE': IdentifiableError['21149b9e-3616-4778-9592-c4ce89f5a864'], - 'ACCESS_DENIED': IdentifiableError['3c15cd52-3b4b-4274-967d-6456fc4f792b'], - 'NO_SUCH_FILE': IdentifiableError['cfc23c7c-3887-490e-af30-0ed576703c82'], - 'NAME_ALREADY_EXISTS': IdentifiableError['2298a392-d4a1-44c5-9ebb-ac1aeaa5a9ab'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'flash___create': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'flash___delete': { - 'NO_SUCH_FLASH': IdentifiableError['de1623ef-bbb3-4289-a71e-14cfa83d9740'], - 'ACCESS_DENIED': IdentifiableError['1036ad7b-9f92-4fff-89c3-0e50dc941704'], - } & CommonErrorTypes, - 'flash___featured': CommonErrorTypes, - 'flash___like': { - 'NO_SUCH_FLASH': IdentifiableError['c07c1491-9161-4c5c-9d75-01906f911f73'], - 'YOUR_FLASH': IdentifiableError['3fd8a0e7-5955-4ba9-85bb-bf3e0c30e13b'], - 'ALREADY_LIKED': IdentifiableError['010065cf-ad43-40df-8067-abff9f4686e3'], - } & CommonErrorTypes, - 'flash___show': { - 'NO_SUCH_FLASH': IdentifiableError['f0d34a1a-d29a-401d-90ba-1982122b5630'], - } & CommonErrorTypes, - 'flash___unlike': { - 'NO_SUCH_FLASH': IdentifiableError['afe8424a-a69e-432d-a5f2-2f0740c62410'], - 'NOT_LIKED': IdentifiableError['755f25a7-9871-4f65-9f34-51eaad9ae0ac'], - } & CommonErrorTypes, - 'flash___update': { - 'NO_SUCH_FLASH': IdentifiableError['611e13d2-309e-419a-a5e4-e0422da39b02'], - 'ACCESS_DENIED': IdentifiableError['08e60c88-5948-478e-a132-02ec701d67b2'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'flash___my': CommonErrorTypes, - 'flash___my-likes': CommonErrorTypes, - 'ping': CommonErrorTypes, - 'pinned-users': CommonErrorTypes, - 'promo___read': { - 'NO_SUCH_NOTE': IdentifiableError['d785b897-fcd3-4fe9-8fc3-b85c26e6c932'], - } & CommonErrorTypes, - 'roles___list': CommonErrorTypes, - 'roles___show': { - 'NO_SUCH_ROLE': IdentifiableError['de5502bf-009a-4639-86c1-fec349e46dcb'], - } & CommonErrorTypes, - 'roles___users': { - 'NO_SUCH_ROLE': IdentifiableError['30aaaee3-4792-48dc-ab0d-cf501a575ac5'], - } & CommonErrorTypes, - 'roles___notes': { - 'NO_SUCH_ROLE': IdentifiableError['eb70323a-df61-4dd4-ad90-89c83c7cf26e'], - } & CommonErrorTypes, - 'request-reset-password': { - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'reset-db': CommonErrorTypes, - 'reset-password': CommonErrorTypes, - 'server-info': CommonErrorTypes, - 'stats': CommonErrorTypes, - 'sw___show-registration': CommonErrorTypes, - 'sw___update-registration': { - 'NO_SUCH_REGISTRATION': IdentifiableError[' b09d8066-8064-5613-efb6-0e963b21d012'], - } & CommonErrorTypes, - 'sw___register': CommonErrorTypes, - 'sw___unregister': CommonErrorTypes, - 'test': CommonErrorTypes, - 'username___available': CommonErrorTypes, - 'users': CommonErrorTypes, - 'users___clips': CommonErrorTypes, - 'users___followers': { - 'NO_SUCH_USER': IdentifiableError['27fa5435-88ab-43de-9360-387de88727cd'], - 'FORBIDDEN': IdentifiableError['3c6a84db-d619-26af-ca14-06232a21df8a'], - } & CommonErrorTypes, - 'users___following': { - 'NO_SUCH_USER': IdentifiableError['63e4aba4-4156-4e53-be25-c9559e42d71b'], - 'FORBIDDEN': IdentifiableError['f6cdb0df-c19f-ec5c-7dbb-0ba84a1f92ba'], - 'BIRTHDAY_DATE_FORMAT_INVALID': IdentifiableError['a2b007b9-4782-4eba-abd3-93b05ed4130d'], - } & CommonErrorTypes, - 'users___gallery___posts': CommonErrorTypes, - 'users___get-frequently-replied-users': { - 'NO_SUCH_USER': IdentifiableError['e6965129-7b2a-40a4-bae2-cd84cd434822'], - } & CommonErrorTypes, - 'users___featured-notes': CommonErrorTypes, - 'users___lists___create': { - 'TOO_MANY_USERLISTS': IdentifiableError['0cf21a28-7715-4f39-a20d-777bfdb8d138'], - } & CommonErrorTypes, - 'users___lists___delete': { - 'NO_SUCH_LIST': IdentifiableError['78436795-db79-42f5-b1e2-55ea2cf19166'], - } & CommonErrorTypes, - 'users___lists___list': { - 'NO_SUCH_USER': IdentifiableError['a8af4a82-0980-4cc4-a6af-8b0ffd54465e'], - 'REMOTE_USER_NOT_ALLOWED': IdentifiableError['53858f1b-3315-4a01-81b7-db9b48d4b79a'], - } & CommonErrorTypes, - 'users___lists___pull': { - 'NO_SUCH_LIST': IdentifiableError['7f44670e-ab16-43b8-b4c1-ccd2ee89cc02'], - 'NO_SUCH_USER': IdentifiableError['588e7f72-c744-4a61-b180-d354e912bda2'], - } & CommonErrorTypes, - 'users___lists___push': { - 'NO_SUCH_LIST': IdentifiableError['2214501d-ac96-4049-b717-91e42272a711'], - 'NO_SUCH_USER': IdentifiableError['a89abd3d-f0bc-4cce-beb1-2f446f4f1e6a'], - 'ALREADY_ADDED': IdentifiableError['1de7c884-1595-49e9-857e-61f12f4d4fc5'], - 'YOU_HAVE_BEEN_BLOCKED': IdentifiableError['990232c5-3f9d-4d83-9f3f-ef27b6332a4b'], - 'TOO_MANY_USERS': IdentifiableError['2dd9752e-a338-413d-8eec-41814430989b'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'users___lists___show': { - 'NO_SUCH_LIST': IdentifiableError['7bc05c21-1d7a-41ae-88f1-66820f4dc686'], - } & CommonErrorTypes, - 'users___lists___favorite': { - 'NO_SUCH_USER_LIST': IdentifiableError['7dbaf3cf-7b42-4b8f-b431-b3919e580dbe'], - 'ALREADY_FAVORITED': IdentifiableError['6425bba0-985b-461e-af1b-518070e72081'], - } & CommonErrorTypes, - 'users___lists___unfavorite': { - 'NO_SUCH_USER_LIST': IdentifiableError['baedb33e-76b8-4b0c-86a8-9375c0a7b94b'], - 'ALREADY_FAVORITED': IdentifiableError['835c4b27-463d-4cfa-969b-a9058678d465'], - } & CommonErrorTypes, - 'users___lists___update': { - 'NO_SUCH_LIST': IdentifiableError['796666fe-3dff-4d39-becb-8a5932c1d5b7'], - } & CommonErrorTypes, - 'users___lists___create-from-public': { - 'TOO_MANY_USERLISTS': IdentifiableError['e9c105b2-c595-47de-97fb-7f7c2c33e92f'], - 'NO_SUCH_LIST': IdentifiableError['9292f798-6175-4f7d-93f4-b6742279667d'], - 'NO_SUCH_USER': IdentifiableError['13c457db-a8cb-4d88-b70a-211ceeeabb5f'], - 'ALREADY_ADDED': IdentifiableError['c3ad6fdb-692b-47ee-a455-7bd12c7af615'], - 'YOU_HAVE_BEEN_BLOCKED': IdentifiableError['a2497f2a-2389-439c-8626-5298540530f4'], - 'TOO_MANY_USERS': IdentifiableError['1845ea77-38d1-426e-8e4e-8b83b24f5bd7'], - } & CommonErrorTypes, - 'users___lists___update-membership': { - 'NO_SUCH_LIST': IdentifiableError['7f44670e-ab16-43b8-b4c1-ccd2ee89cc02'], - 'NO_SUCH_USER': IdentifiableError['588e7f72-c744-4a61-b180-d354e912bda2'], - } & CommonErrorTypes, - 'users___lists___get-memberships': { - 'NO_SUCH_LIST': IdentifiableError['7bc05c21-1d7a-41ae-88f1-66820f4dc686'], - } & CommonErrorTypes, - 'users___notes': { - 'NO_SUCH_USER': IdentifiableError['27e494ba-2ac2-48e8-893b-10d4d8c2387b'], - 'BOTH_WITH_REPLIES_AND_WITH_FILES': IdentifiableError['91c8cb9f-36ed-46e7-9ca2-7df96ed6e222'], - } & CommonErrorTypes, - 'users___pages': CommonErrorTypes, - 'users___flashs': CommonErrorTypes, - 'users___reactions': { - 'REACTIONS_NOT_PUBLIC': IdentifiableError['673a7dd2-6924-1093-e0c0-e68456ceae5c'], - 'IS_REMOTE_USER': IdentifiableError['6b95fa98-8cf9-2350-e284-f0ffdb54a805'], - } & CommonErrorTypes, - 'users___recommendation': CommonErrorTypes, - 'users___relation': CommonErrorTypes, - 'users___report-abuse': { - 'NO_SUCH_USER': IdentifiableError['1acefcb5-0959-43fd-9685-b48305736cb5'], - 'CANNOT_REPORT_YOURSELF': IdentifiableError['1e13149e-b1e8-43cf-902e-c01dbfcb202f'], - 'CANNOT_REPORT_THE_ADMIN': IdentifiableError['35e166f5-05fb-4f87-a2d5-adb42676d48f'], - } & CommonErrorTypes, - 'users___search-by-username-and-host': CommonErrorTypes, - 'users___search': CommonErrorTypes, - 'users___show': { - 'FAILED_TO_RESOLVE_REMOTE_USER': IdentifiableError['ef7b9be4-9cba-4e6f-ab41-90ed171c7d3c'], - 'NO_SUCH_USER': IdentifiableError['4362f8dc-731f-4ad8-a694-be5a88922a24'], - } & CommonErrorTypes, - 'users___achievements': CommonErrorTypes, - 'users___update-memo': { - 'NO_SUCH_USER': IdentifiableError['6fef56f3-e765-4957-88e5-c6f65329b8a5'], - } & CommonErrorTypes, - 'fetch-rss': CommonErrorTypes, - 'fetch-external-resources': { - 'EXT_RESOURCE_RETURNED_INVALID_SCHEMA': IdentifiableError['bb774091-7a15-4a70-9dc5-6ac8cf125856'], - 'EXT_RESOURCE_HASH_DIDNT_MATCH': IdentifiableError['693ba8ba-b486-40df-a174-72f8279b56a4'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'retention': CommonErrorTypes, - 'bubble-game___register': { - 'INVALID_SEED': IdentifiableError['eb627bc7-574b-4a52-a860-3c3eae772b88'], - 'RATE_LIMIT_EXCEEDED': IdentifiableError['d5826d14-3982-4d2e-8011-b9e9f02499ef'], - } & CommonErrorTypes, - 'bubble-game___ranking': CommonErrorTypes, - 'reversi___cancel-match': CommonErrorTypes, - 'reversi___games': CommonErrorTypes, - 'reversi___match': { - 'NO_SUCH_USER': IdentifiableError['0b4f0559-b484-4e31-9581-3f73cee89b28'], - 'TARGET_IS_YOURSELF': IdentifiableError['96fd7bd6-d2bc-426c-a865-d055dcd2828e'], - } & CommonErrorTypes, - 'reversi___invitations': CommonErrorTypes, - 'reversi___show-game': { - 'NO_SUCH_GAME': IdentifiableError['f13a03db-fae1-46c9-87f3-43c8165419e1'], - } & CommonErrorTypes, - 'reversi___surrender': { - 'NO_SUCH_GAME': IdentifiableError['ace0b11f-e0a6-4076-a30d-e8284c81b2df'], - 'ALREADY_ENDED': IdentifiableError['6c2ad4a6-cbf1-4a5b-b187-b772826cfc6d'], - 'ACCESS_DENIED': IdentifiableError['6e04164b-a992-4c93-8489-2123069973e1'], - } & CommonErrorTypes, - 'reversi___verify': { - 'NO_SUCH_GAME': IdentifiableError['8fb05624-b525-43dd-90f7-511852bdfeee'], - } & CommonErrorTypes, -}; - -export type CommonErrorTypes = { - 'INVALID_PARAM': IdentifiableError['3d81ceae-475f-4600-b2a8-2bc116157532'], - 'CREDENTIAL_REQUIRED': IdentifiableError['1384574d-a912-4b81-8601-c7b1c4085df1'], - 'AUTHENTICATION_FAILED': IdentifiableError['b0a7f5f8-dc2f-4171-b91f-de88ad238e14'], - 'I_AM_AI': IdentifiableError['60c46cd1-f23a-46b1-bebe-5d2b73951a84'], - 'INTERNAL_ERROR': IdentifiableError['5d37dbcb-891e-41ca-a3d6-e690c97775ac'], -}; - -export type IdentifiableError = { - '3d81ceae-475f-4600-b2a8-2bc116157532': {'message':'Invalid param.', 'code':'INVALID_PARAM', 'id':'3d81ceae-475f-4600-b2a8-2bc116157532', [x: string]: any }, - '1384574d-a912-4b81-8601-c7b1c4085df1': {'message':'Credential required.', 'code':'CREDENTIAL_REQUIRED', 'id':'1384574d-a912-4b81-8601-c7b1c4085df1', [x: string]: any }, - 'b0a7f5f8-dc2f-4171-b91f-de88ad238e14': {'message':'Authentication failed. Please ensure your token is correct.', 'code':'AUTHENTICATION_FAILED', 'id':'b0a7f5f8-dc2f-4171-b91f-de88ad238e14', [x: string]: any }, - '60c46cd1-f23a-46b1-bebe-5d2b73951a84': {'message':'You sent a request to Ai-chan, Misskey\'s showgirl, instead of the server.', 'code':'I_AM_AI', 'id':'60c46cd1-f23a-46b1-bebe-5d2b73951a84', [x: string]: any }, - '5d37dbcb-891e-41ca-a3d6-e690c97775ac': {'message':'Internal error occurred. Please contact us if the error persists.', 'code':'INTERNAL_ERROR', 'id':'5d37dbcb-891e-41ca-a3d6-e690c97775ac', [x: string]: any }, - '013de6a8-f757-04cb-4d73-cc2a7e3368e4': {'message':'No such recipient.', 'code':'NO_SUCH_RECIPIENT', 'id':'013de6a8-f757-04cb-4d73-cc2a7e3368e4', 'kind':'server', 'httpStatusCode':404, [x: string]: any }, - '348bb8ae-575a-6fe9-4327-5811999def8f': {'message':'If "method" is email, "userId" must be set.', 'code':'CORRELATION_CHECK_EMAIL', 'id':'348bb8ae-575a-6fe9-4327-5811999def8f', 'httpStatusCode':400, [x: string]: any }, - 'b0c15051-de2d-29ef-260c-9585cddd701a': {'message':'If "method" is webhook, "systemWebhookId" must be set.', 'code':'CORRELATION_CHECK_WEBHOOK', 'id':'b0c15051-de2d-29ef-260c-9585cddd701a', 'httpStatusCode':400, [x: string]: any }, - '7cc1d85e-2f58-fc31-b644-3de8d0d3421f': {'message':'Email address is not set.', 'code':'EMAIL_ADDRESS_NOT_SET', 'id':'7cc1d85e-2f58-fc31-b644-3de8d0d3421f', 'httpStatusCode':400, [x: string]: any }, - '1fb7cb09-d46a-4fff-b8df-057708cce513': {'message':'You do not have edit privilege of this key.', 'code':'ACCESS_DENIED', 'id':'1fb7cb09-d46a-4fff-b8df-057708cce513', [x: string]: any }, - '97147c55-1ae1-4f6f-91d6-e1c3e0e76d62': {'message':'Initial password is incorrect.', 'code':'INCORRECT_INITIAL_PASSWORD', 'id':'97147c55-1ae1-4f6f-91d6-e1c3e0e76d62', [x: string]: any }, - 'cb865949-8af5-4062-a88c-ef55e8786d1d': {'message':'No such user who has the email address.', 'code':'USER_NOT_FOUND', 'id':'cb865949-8af5-4062-a88c-ef55e8786d1d', [x: string]: any }, - 'ccac9863-3a03-416e-b899-8a64041118b1': {'message':'No such ad.', 'code':'NO_SUCH_AD', 'id':'ccac9863-3a03-416e-b899-8a64041118b1', [x: string]: any }, - 'b7aa1727-1354-47bc-a182-3a9c3973d300': {'message':'No such ad.', 'code':'NO_SUCH_AD', 'id':'b7aa1727-1354-47bc-a182-3a9c3973d300', [x: string]: any }, - 'ecad8040-a276-4e85-bda9-015a708d291e': {'message':'No such announcement.', 'code':'NO_SUCH_ANNOUNCEMENT', 'id':'ecad8040-a276-4e85-bda9-015a708d291e', [x: string]: any }, - 'd3aae5a7-6372-4cb4-b61c-f511ffc2d7cc': {'message':'No such announcement.', 'code':'NO_SUCH_ANNOUNCEMENT', 'id':'d3aae5a7-6372-4cb4-b61c-f511ffc2d7cc', [x: string]: any }, - 'caf3ca38-c6e5-472e-a30c-b05377dcc240': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'caf3ca38-c6e5-472e-a30c-b05377dcc240', [x: string]: any }, - 'fc46b5a4-6b92-4c33-ac66-b806659bb5cf': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'fc46b5a4-6b92-4c33-ac66-b806659bb5cf', [x: string]: any }, - 'f7a3462c-4e6e-4069-8421-b9bd4f4c3975': {'message':'Duplicate name.', 'code':'DUPLICATE_NAME', 'id':'f7a3462c-4e6e-4069-8421-b9bd4f4c3975', [x: string]: any }, - 'e2785b66-dca3-4087-9cac-b93c541cc425': {'message':'No such emoji.', 'code':'NO_SUCH_EMOJI', 'id':'e2785b66-dca3-4087-9cac-b93c541cc425', [x: string]: any }, - 'be83669b-773a-44b7-b1f8-e5e5170ac3c2': {'message':'No such emoji.', 'code':'NO_SUCH_EMOJI', 'id':'be83669b-773a-44b7-b1f8-e5e5170ac3c2', [x: string]: any }, - '684dec9d-a8c2-4364-9aa8-456c49cb1dc8': {'message':'No such emoji.', 'code':'NO_SUCH_EMOJI', 'id':'684dec9d-a8c2-4364-9aa8-456c49cb1dc8', [x: string]: any }, - '14fb9fd9-0731-4e2f-aeb9-f09e4740333d': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'14fb9fd9-0731-4e2f-aeb9-f09e4740333d', [x: string]: any }, - '7180fe9d-1ee3-bff9-647d-fe9896d2ffb8': {'message':'Emoji that have same name already exists.', 'code':'SAME_NAME_EMOJI_EXISTS', 'id':'7180fe9d-1ee3-bff9-647d-fe9896d2ffb8', [x: string]: any }, - 'f1380b15-3760-4c6c-a1db-5c3aaf1cbd49': {'message':'Invalid date-time format', 'code':'INVALID_DATE_TIME', 'id':'f1380b15-3760-4c6c-a1db-5c3aaf1cbd49', [x: string]: any }, - 'ee449fbe-af2a-453b-9cae-cf2fe7c895fc': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'ee449fbe-af2a-453b-9cae-cf2fe7c895fc', [x: string]: any }, - 'ae427aa2-7a41-484f-a18c-2c1104051604': {'message':'The note has already promoted.', 'code':'ALREADY_PROMOTED', 'id':'ae427aa2-7a41-484f-a18c-2c1104051604', [x: string]: any }, - 'fb8c92d3-d4e5-44e7-b3d4-800d5cef8b2c': {'message':'Invalid URL', 'code':'INVALID_URL', 'id':'fb8c92d3-d4e5-44e7-b3d4-800d5cef8b2c', [x: string]: any }, - 'ac3794dd-2ce4-d878-e546-73c60c06b398': {'message':'No such abuse report.', 'code':'NO_SUCH_ABUSE_REPORT', 'id':'ac3794dd-2ce4-d878-e546-73c60c06b398', 'kind':'server', 'httpStatusCode':404, [x: string]: any }, - '8763e21b-d9bc-40be-acf6-54c1a6986493': {'message':'No such abuse report.', 'code':'NO_SUCH_ABUSE_REPORT', 'id':'8763e21b-d9bc-40be-acf6-54c1a6986493', 'kind':'server', 'httpStatusCode':404, [x: string]: any }, - '15f51cf5-46d1-4b1d-a618-b35bcbed0662': {'message':'No such abuse report.', 'code':'NO_SUCH_ABUSE_REPORT', 'id':'15f51cf5-46d1-4b1d-a618-b35bcbed0662', 'kind':'server', 'httpStatusCode':404, [x: string]: any }, - 'de0d6ecd-8e0a-4253-88ff-74bc89ae3d45': {'message':'No such role.', 'code':'NO_SUCH_ROLE', 'id':'de0d6ecd-8e0a-4253-88ff-74bc89ae3d45', [x: string]: any }, - '07dc7d34-c0d8-49b7-96c6-db3ce64ee0b3': {'message':'No such role.', 'code':'NO_SUCH_ROLE', 'id':'07dc7d34-c0d8-49b7-96c6-db3ce64ee0b3', [x: string]: any }, - 'cd23ef55-09ad-428a-ac61-95a45e124b32': {'message':'No such role.', 'code':'NO_SUCH_ROLE', 'id':'cd23ef55-09ad-428a-ac61-95a45e124b32', [x: string]: any }, - '6503c040-6af4-4ed9-bf07-f2dd16678eab': {'message':'No such role.', 'code':'NO_SUCH_ROLE', 'id':'6503c040-6af4-4ed9-bf07-f2dd16678eab', [x: string]: any }, - '558ea170-f653-4700-94d0-5a818371d0df': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'558ea170-f653-4700-94d0-5a818371d0df', [x: string]: any }, - '25b5bc31-dc79-4ebd-9bd2-c84978fd052c': {'message':'Only administrators can edit members of the role.', 'code':'ACCESS_DENIED', 'id':'25b5bc31-dc79-4ebd-9bd2-c84978fd052c', [x: string]: any }, - '6e519036-a70d-4c76-b679-bc8fb18194e2': {'message':'No such role.', 'code':'NO_SUCH_ROLE', 'id':'6e519036-a70d-4c76-b679-bc8fb18194e2', [x: string]: any }, - '2b730f78-1179-461b-88ad-d24c9af1a5ce': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'2b730f78-1179-461b-88ad-d24c9af1a5ce', [x: string]: any }, - 'b9060ac7-5c94-4da4-9f55-2047c953df44': {'message':'Not assigned.', 'code':'NOT_ASSIGNED', 'id':'b9060ac7-5c94-4da4-9f55-2047c953df44', [x: string]: any }, - '24636eee-e8c1-493e-94b2-e16ad401e262': {'message':'Only administrators can edit members of the role.', 'code':'ACCESS_DENIED', 'id':'24636eee-e8c1-493e-94b2-e16ad401e262', [x: string]: any }, - '224eff5e-2488-4b18-b3e7-f50d94421648': {'message':'No such role.', 'code':'NO_SUCH_ROLE', 'id':'224eff5e-2488-4b18-b3e7-f50d94421648', [x: string]: any }, - '38dd1ffe-04b4-6ff5-d8ba-4e6a6ae22c9d': {'message':'No such SystemWebhook.', 'code':'NO_SUCH_SYSTEM_WEBHOOK', 'id':'38dd1ffe-04b4-6ff5-d8ba-4e6a6ae22c9d', 'kind':'server', 'httpStatusCode':404, [x: string]: any }, - '0c52149c-e913-18f8-5dc7-74870bfe0cf9': {'message':'No such webhook.', 'code':'NO_SUCH_WEBHOOK', 'id':'0c52149c-e913-18f8-5dc7-74870bfe0cf9', [x: string]: any }, - 'd5826d14-3982-4d2e-8011-b9e9f02499ef': {'message':'Rate limit exceeded. Please try again later.', 'code':'RATE_LIMIT_EXCEEDED', 'id':'d5826d14-3982-4d2e-8011-b9e9f02499ef', [x: string]: any }, - 'b57b5e1d-4f49-404a-9edb-46b00268f121': {'message':'No such announcement.', 'code':'NO_SUCH_ANNOUNCEMENT', 'id':'b57b5e1d-4f49-404a-9edb-46b00268f121', [x: string]: any }, - '95063e93-a283-4b8b-9aa5-bcdb8df69a7f': {'message':'No such user list.', 'code':'NO_SUCH_USER_LIST', 'id':'95063e93-a283-4b8b-9aa5-bcdb8df69a7f', [x: string]: any }, - 'faf47050-e8b5-438c-913c-db2b1576fde4': {'message':'You cannot create antenna any more.', 'code':'TOO_MANY_ANTENNAS', 'id':'faf47050-e8b5-438c-913c-db2b1576fde4', [x: string]: any }, - '53ee222e-1ddd-4f9a-92e5-9fb82ddb463a': {'message':'Either keywords or excludeKeywords is required.', 'code':'EMPTY_KEYWORD', 'id':'53ee222e-1ddd-4f9a-92e5-9fb82ddb463a', [x: string]: any }, - 'b34dcf9d-348f-44bb-99d0-6c9314cfe2df': {'message':'No such antenna.', 'code':'NO_SUCH_ANTENNA', 'id':'b34dcf9d-348f-44bb-99d0-6c9314cfe2df', [x: string]: any }, - '850926e0-fd3b-49b6-b69a-b28a5dbd82fe': {'message':'No such antenna.', 'code':'NO_SUCH_ANTENNA', 'id':'850926e0-fd3b-49b6-b69a-b28a5dbd82fe', [x: string]: any }, - 'c06569fb-b025-4f23-b22d-1fcd20d2816b': {'message':'No such antenna.', 'code':'NO_SUCH_ANTENNA', 'id':'c06569fb-b025-4f23-b22d-1fcd20d2816b', [x: string]: any }, - '10c673ac-8852-48eb-aa1f-f5b67f069290': {'message':'No such antenna.', 'code':'NO_SUCH_ANTENNA', 'id':'10c673ac-8852-48eb-aa1f-f5b67f069290', [x: string]: any }, - '1c6b35c9-943e-48c2-81e4-2844989407f7': {'message':'No such user list.', 'code':'NO_SUCH_USER_LIST', 'id':'1c6b35c9-943e-48c2-81e4-2844989407f7', [x: string]: any }, - '721aaff6-4e1b-4d88-8de6-877fae9f68c4': {'message':'Either keywords or excludeKeywords is required.', 'code':'EMPTY_KEYWORD', 'id':'721aaff6-4e1b-4d88-8de6-877fae9f68c4', [x: string]: any }, - 'dc94d745-1262-4e63-a17d-fecaa57efc82': {'message':'No such object.', 'code':'NO_SUCH_OBJECT', 'id':'dc94d745-1262-4e63-a17d-fecaa57efc82', [x: string]: any }, - 'dce83913-2dc6-4093-8a7b-71dbb11718a3': {'message':'No such app.', 'code':'NO_SUCH_APP', 'id':'dce83913-2dc6-4093-8a7b-71dbb11718a3', [x: string]: any }, - '9c72d8de-391a-43c1-9d06-08d29efde8df': {'message':'No such session.', 'code':'NO_SUCH_SESSION', 'id':'9c72d8de-391a-43c1-9d06-08d29efde8df', [x: string]: any }, - '92f93e63-428e-4f2f-a5a4-39e1407fe998': {'message':'No such app.', 'code':'NO_SUCH_APP', 'id':'92f93e63-428e-4f2f-a5a4-39e1407fe998', [x: string]: any }, - 'bd72c97d-eba7-4adb-a467-f171b8847250': {'message':'No such session.', 'code':'NO_SUCH_SESSION', 'id':'bd72c97d-eba7-4adb-a467-f171b8847250', [x: string]: any }, - 'fcab192a-2c5a-43b7-8ad8-9b7054d8d40d': {'message':'No such app.', 'code':'NO_SUCH_APP', 'id':'fcab192a-2c5a-43b7-8ad8-9b7054d8d40d', [x: string]: any }, - '5b5a1503-8bc8-4bd0-8054-dc189e8cdcb3': {'message':'No such session.', 'code':'NO_SUCH_SESSION', 'id':'5b5a1503-8bc8-4bd0-8054-dc189e8cdcb3', [x: string]: any }, - '8c8a4145-02cc-4cca-8e66-29ba60445a8e': {'message':'This session is not completed yet.', 'code':'PENDING_SESSION', 'id':'8c8a4145-02cc-4cca-8e66-29ba60445a8e', [x: string]: any }, - '7cc4f851-e2f1-4621-9633-ec9e1d00c01e': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'7cc4f851-e2f1-4621-9633-ec9e1d00c01e', [x: string]: any }, - '88b19138-f28d-42c0-8499-6a31bbd0fdc6': {'message':'Blockee is yourself.', 'code':'BLOCKEE_IS_YOURSELF', 'id':'88b19138-f28d-42c0-8499-6a31bbd0fdc6', [x: string]: any }, - '787fed64-acb9-464a-82eb-afbd745b9614': {'message':'You are already blocking that user.', 'code':'ALREADY_BLOCKING', 'id':'787fed64-acb9-464a-82eb-afbd745b9614', [x: string]: any }, - '8621d8bf-c358-4303-a066-5ea78610eb3f': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'8621d8bf-c358-4303-a066-5ea78610eb3f', [x: string]: any }, - '06f6fac6-524b-473c-a354-e97a40ae6eac': {'message':'Blockee is yourself.', 'code':'BLOCKEE_IS_YOURSELF', 'id':'06f6fac6-524b-473c-a354-e97a40ae6eac', [x: string]: any }, - '291b2efa-60c6-45c0-9f6a-045c8f9b02cd': {'message':'You are not blocking that user.', 'code':'NOT_BLOCKING', 'id':'291b2efa-60c6-45c0-9f6a-045c8f9b02cd', [x: string]: any }, - 'cd1e9f3e-5a12-4ab4-96f6-5d0a2cc32050': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'cd1e9f3e-5a12-4ab4-96f6-5d0a2cc32050', [x: string]: any }, - 'c0031718-d573-4e85-928e-10039f1fbb68': {'message':'No such channel.', 'code':'NO_SUCH_CHANNEL', 'id':'c0031718-d573-4e85-928e-10039f1fbb68', [x: string]: any }, - '6f6c314b-7486-4897-8966-c04a66a02923': {'message':'No such channel.', 'code':'NO_SUCH_CHANNEL', 'id':'6f6c314b-7486-4897-8966-c04a66a02923', [x: string]: any }, - '4d0eeeba-a02c-4c3c-9966-ef60d38d2e7f': {'message':'No such channel.', 'code':'NO_SUCH_CHANNEL', 'id':'4d0eeeba-a02c-4c3c-9966-ef60d38d2e7f', [x: string]: any }, - '19959ee9-0153-4c51-bbd9-a98c49dc59d6': {'message':'No such channel.', 'code':'NO_SUCH_CHANNEL', 'id':'19959ee9-0153-4c51-bbd9-a98c49dc59d6', [x: string]: any }, - 'f9c5467f-d492-4c3c-9a8d-a70dacc86512': {'message':'No such channel.', 'code':'NO_SUCH_CHANNEL', 'id':'f9c5467f-d492-4c3c-9a8d-a70dacc86512', [x: string]: any }, - '1fb7cb09-d46a-4fdf-b8df-057788cce513': {'message':'You do not have edit privilege of the channel.', 'code':'ACCESS_DENIED', 'id':'1fb7cb09-d46a-4fdf-b8df-057788cce513', [x: string]: any }, - 'e86c14a4-0da2-4032-8df3-e737a04c7f3b': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'e86c14a4-0da2-4032-8df3-e737a04c7f3b', [x: string]: any }, - '4938f5f3-6167-4c04-9149-6607b7542861': {'message':'No such channel.', 'code':'NO_SUCH_CHANNEL', 'id':'4938f5f3-6167-4c04-9149-6607b7542861', [x: string]: any }, - '353c68dd-131a-476c-aa99-88a345e83668': {'message':'No such channel.', 'code':'NO_SUCH_CHANNEL', 'id':'353c68dd-131a-476c-aa99-88a345e83668', [x: string]: any }, - 'd6e76cc0-a1b5-4c7c-a287-73fa9c716dcf': {'message':'No such clip.', 'code':'NO_SUCH_CLIP', 'id':'d6e76cc0-a1b5-4c7c-a287-73fa9c716dcf', [x: string]: any }, - 'fc8c0b49-c7a3-4664-a0a6-b418d386bb8b': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'fc8c0b49-c7a3-4664-a0a6-b418d386bb8b', [x: string]: any }, - '734806c4-542c-463a-9311-15c512803965': {'message':'The note has already been clipped.', 'code':'ALREADY_CLIPPED', 'id':'734806c4-542c-463a-9311-15c512803965', [x: string]: any }, - 'f0dba960-ff73-4615-8df4-d6ac5d9dc118': {'message':'You cannot add notes to the clip any more.', 'code':'TOO_MANY_CLIP_NOTES', 'id':'f0dba960-ff73-4615-8df4-d6ac5d9dc118', [x: string]: any }, - 'b80525c6-97f7-49d7-a42d-ebccd49cfd52': {'message':'No such clip.', 'code':'NO_SUCH_CLIP', 'id':'b80525c6-97f7-49d7-a42d-ebccd49cfd52', [x: string]: any }, - 'aff017de-190e-434b-893e-33a9ff5049d8': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'aff017de-190e-434b-893e-33a9ff5049d8', [x: string]: any }, - '920f7c2d-6208-4b76-8082-e632020f5883': {'message':'You cannot create clip any more.', 'code':'TOO_MANY_CLIPS', 'id':'920f7c2d-6208-4b76-8082-e632020f5883', [x: string]: any }, - '70ca08ba-6865-4630-b6fb-8494759aa754': {'message':'No such clip.', 'code':'NO_SUCH_CLIP', 'id':'70ca08ba-6865-4630-b6fb-8494759aa754', [x: string]: any }, - '1d7645e6-2b6d-4635-b0fe-fe22b0e72e00': {'message':'No such clip.', 'code':'NO_SUCH_CLIP', 'id':'1d7645e6-2b6d-4635-b0fe-fe22b0e72e00', [x: string]: any }, - 'c3c5fe33-d62c-44d2-9ea5-d997703f5c20': {'message':'No such clip.', 'code':'NO_SUCH_CLIP', 'id':'c3c5fe33-d62c-44d2-9ea5-d997703f5c20', [x: string]: any }, - 'b4d92d70-b216-46fa-9a3f-a8c811699257': {'message':'No such clip.', 'code':'NO_SUCH_CLIP', 'id':'b4d92d70-b216-46fa-9a3f-a8c811699257', [x: string]: any }, - '4c2aaeae-80d8-4250-9606-26cb1fdb77a5': {'message':'No such clip.', 'code':'NO_SUCH_CLIP', 'id':'4c2aaeae-80d8-4250-9606-26cb1fdb77a5', [x: string]: any }, - '92658936-c625-4273-8326-2d790129256e': {'message':'The clip has already been favorited.', 'code':'ALREADY_FAVORITED', 'id':'92658936-c625-4273-8326-2d790129256e', [x: string]: any }, - '2603966e-b865-426c-94a7-af4a01241dc1': {'message':'No such clip.', 'code':'NO_SUCH_CLIP', 'id':'2603966e-b865-426c-94a7-af4a01241dc1', [x: string]: any }, - '90c3a9e8-b321-4dae-bf57-2bf79bbcc187': {'message':'You have not favorited the clip.', 'code':'NOT_FAVORITED', 'id':'90c3a9e8-b321-4dae-bf57-2bf79bbcc187', [x: string]: any }, - 'c118ece3-2e4b-4296-99d1-51756e32d232': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'c118ece3-2e4b-4296-99d1-51756e32d232', [x: string]: any }, - 'f449b209-0c60-4e51-84d5-29486263bfd4': {'message':'Invalid file name.', 'code':'INVALID_FILE_NAME', 'id':'f449b209-0c60-4e51-84d5-29486263bfd4', [x: string]: any }, - 'bec5bd69-fba3-43c9-b4fb-2894b66ad5d2': {'message':'Cannot upload the file because it has been determined that it possibly contains inappropriate content.', 'code':'INAPPROPRIATE', 'id':'bec5bd69-fba3-43c9-b4fb-2894b66ad5d2', [x: string]: any }, - 'd08dbc37-a6a9-463a-8c47-96c32ab5f064': {'message':'Cannot upload the file because you have no free space of drive.', 'code':'NO_FREE_SPACE', 'id':'d08dbc37-a6a9-463a-8c47-96c32ab5f064', [x: string]: any }, - '908939ec-e52b-4458-b395-1025195cea58': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'908939ec-e52b-4458-b395-1025195cea58', [x: string]: any }, - '5eb8d909-2540-4970-90b8-dd6f86088121': {'message':'Access denied.', 'code':'ACCESS_DENIED', 'id':'5eb8d909-2540-4970-90b8-dd6f86088121', [x: string]: any }, - '067bc436-2718-4795-b0fb-ecbe43949e31': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'067bc436-2718-4795-b0fb-ecbe43949e31', [x: string]: any }, - '25b73c73-68b1-41d0-bad1-381cfdf6579f': {'message':'Access denied.', 'code':'ACCESS_DENIED', 'id':'25b73c73-68b1-41d0-bad1-381cfdf6579f', [x: string]: any }, - '395e7156-f9f0-475e-af89-53c3c23080c2': {'message':'Invalid file name.', 'code':'INVALID_FILE_NAME', 'id':'395e7156-f9f0-475e-af89-53c3c23080c2', [x: string]: any }, - 'e7778c7e-3af9-49cd-9690-6dbc3e6c972d': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'e7778c7e-3af9-49cd-9690-6dbc3e6c972d', [x: string]: any }, - '01a53b27-82fc-445b-a0c1-b558465a8ed2': {'message':'Access denied.', 'code':'ACCESS_DENIED', 'id':'01a53b27-82fc-445b-a0c1-b558465a8ed2', [x: string]: any }, - 'ea8fb7a5-af77-4a08-b608-c0218176cd73': {'message':'No such folder.', 'code':'NO_SUCH_FOLDER', 'id':'ea8fb7a5-af77-4a08-b608-c0218176cd73', [x: string]: any }, - '7f59dccb-f465-75ab-5cf4-3ce44e3282f7': {'message':'This feature is restricted by your role.', 'code':'RESTRICTED_BY_ROLE', 'id':'7f59dccb-f465-75ab-5cf4-3ce44e3282f7', [x: string]: any }, - '53326628-a00d-40a6-a3cd-8975105c0f95': {'message':'No such folder.', 'code':'NO_SUCH_FOLDER', 'id':'53326628-a00d-40a6-a3cd-8975105c0f95', [x: string]: any }, - '1069098f-c281-440f-b085-f9932edbe091': {'message':'No such folder.', 'code':'NO_SUCH_FOLDER', 'id':'1069098f-c281-440f-b085-f9932edbe091', [x: string]: any }, - 'b0fc8a17-963c-405d-bfbc-859a487295e1': {'message':'This folder has child files or folders.', 'code':'HAS_CHILD_FILES_OR_FOLDERS', 'id':'b0fc8a17-963c-405d-bfbc-859a487295e1', [x: string]: any }, - 'd74ab9eb-bb09-4bba-bf24-fb58f761e1e9': {'message':'No such folder.', 'code':'NO_SUCH_FOLDER', 'id':'d74ab9eb-bb09-4bba-bf24-fb58f761e1e9', [x: string]: any }, - 'f7974dac-2c0d-4a27-926e-23583b28e98e': {'message':'No such folder.', 'code':'NO_SUCH_FOLDER', 'id':'f7974dac-2c0d-4a27-926e-23583b28e98e', [x: string]: any }, - 'ce104e3a-faaf-49d5-b459-10ff0cbbcaa1': {'message':'No such parent folder.', 'code':'NO_SUCH_PARENT_FOLDER', 'id':'ce104e3a-faaf-49d5-b459-10ff0cbbcaa1', [x: string]: any }, - 'dbeb024837894013aed44279f9199740': {'message':'It can not be structured like nesting folders recursively.', 'code':'RECURSIVE_NESTING', 'id':'dbeb024837894013aed44279f9199740', [x: string]: any }, - 'fcd2eef9-a9b2-4c4f-8624-038099e90aa5': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'fcd2eef9-a9b2-4c4f-8624-038099e90aa5', [x: string]: any }, - '26fbe7bb-a331-4857-af17-205b426669a9': {'message':'Followee is yourself.', 'code':'FOLLOWEE_IS_YOURSELF', 'id':'26fbe7bb-a331-4857-af17-205b426669a9', [x: string]: any }, - '35387507-38c7-4cb9-9197-300b93783fa0': {'message':'You are already following that user.', 'code':'ALREADY_FOLLOWING', 'id':'35387507-38c7-4cb9-9197-300b93783fa0', [x: string]: any }, - '4e2206ec-aa4f-4960-b865-6c23ac38e2d9': {'message':'You are blocking that user.', 'code':'BLOCKING', 'id':'4e2206ec-aa4f-4960-b865-6c23ac38e2d9', [x: string]: any }, - 'c4ab57cc-4e41-45e9-bfd9-584f61e35ce0': {'message':'You are blocked by that user.', 'code':'BLOCKED', 'id':'c4ab57cc-4e41-45e9-bfd9-584f61e35ce0', [x: string]: any }, - '5b12c78d-2b28-4dca-99d2-f56139b42ff8': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'5b12c78d-2b28-4dca-99d2-f56139b42ff8', [x: string]: any }, - 'd9e400b9-36b0-4808-b1d8-79e707f1296c': {'message':'Followee is yourself.', 'code':'FOLLOWEE_IS_YOURSELF', 'id':'d9e400b9-36b0-4808-b1d8-79e707f1296c', [x: string]: any }, - '5dbf82f5-c92b-40b1-87d1-6c8c0741fd09': {'message':'You are not following that user.', 'code':'NOT_FOLLOWING', 'id':'5dbf82f5-c92b-40b1-87d1-6c8c0741fd09', [x: string]: any }, - '14318698-f67e-492a-99da-5353a5ac52be': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'14318698-f67e-492a-99da-5353a5ac52be', [x: string]: any }, - '4c4cbaf9-962a-463b-8418-a5e365dbf2eb': {'message':'Followee is yourself.', 'code':'FOLLOWEE_IS_YOURSELF', 'id':'4c4cbaf9-962a-463b-8418-a5e365dbf2eb', [x: string]: any }, - 'b8dc75cf-1cb5-46c9-b14b-5f1ffbd782c9': {'message':'You are not following that user.', 'code':'NOT_FOLLOWING', 'id':'b8dc75cf-1cb5-46c9-b14b-5f1ffbd782c9', [x: string]: any }, - 'b77e6ae6-a3e5-40da-9cc8-c240115479cc': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'b77e6ae6-a3e5-40da-9cc8-c240115479cc', [x: string]: any }, - '07dc03b9-03da-422d-885b-438313707662': {'message':'Follower is yourself.', 'code':'FOLLOWER_IS_YOURSELF', 'id':'07dc03b9-03da-422d-885b-438313707662', [x: string]: any }, - '918faac3-074f-41ae-9c43-ed5d2946770d': {'message':'The other use is not following you.', 'code':'NOT_FOLLOWING', 'id':'918faac3-074f-41ae-9c43-ed5d2946770d', [x: string]: any }, - '66ce1645-d66c-46bb-8b79-96739af885bd': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'66ce1645-d66c-46bb-8b79-96739af885bd', [x: string]: any }, - 'bcde4f8b-0913-4614-8881-614e522fb041': {'message':'No follow request.', 'code':'NO_FOLLOW_REQUEST', 'id':'bcde4f8b-0913-4614-8881-614e522fb041', [x: string]: any }, - '4e68c551-fc4c-4e46-bb41-7d4a37bf9dab': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'4e68c551-fc4c-4e46-bb41-7d4a37bf9dab', [x: string]: any }, - '089b125b-d338-482a-9a09-e2622ac9f8d4': {'message':'Follow request not found.', 'code':'FOLLOW_REQUEST_NOT_FOUND', 'id':'089b125b-d338-482a-9a09-e2622ac9f8d4', [x: string]: any }, - 'abc2ffa6-25b2-4380-ba99-321ff3a94555': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'abc2ffa6-25b2-4380-ba99-321ff3a94555', [x: string]: any }, - 'ae52f367-4bd7-4ecd-afc6-5672fff427f5': {'message':'No such post.', 'code':'NO_SUCH_POST', 'id':'ae52f367-4bd7-4ecd-afc6-5672fff427f5', [x: string]: any }, - 'c86e09de-1c48-43ac-a435-1c7e42ed4496': {'message':'Access denied.', 'code':'ACCESS_DENIED', 'id':'c86e09de-1c48-43ac-a435-1c7e42ed4496', [x: string]: any }, - '56c06af3-1287-442f-9701-c93f7c4a62ff': {'message':'No such post.', 'code':'NO_SUCH_POST', 'id':'56c06af3-1287-442f-9701-c93f7c4a62ff', [x: string]: any }, - 'f78f1511-5ebc-4478-a888-1198d752da68': {'message':'You cannot like your post.', 'code':'YOUR_POST', 'id':'f78f1511-5ebc-4478-a888-1198d752da68', [x: string]: any }, - '40e9ed56-a59c-473a-bf3f-f289c54fb5a7': {'message':'The post has already been liked.', 'code':'ALREADY_LIKED', 'id':'40e9ed56-a59c-473a-bf3f-f289c54fb5a7', [x: string]: any }, - '1137bf14-c5b0-4604-85bb-5b5371b1cd45': {'message':'No such post.', 'code':'NO_SUCH_POST', 'id':'1137bf14-c5b0-4604-85bb-5b5371b1cd45', [x: string]: any }, - 'c32e6dd0-b555-4413-925e-b3757d19ed84': {'message':'No such post.', 'code':'NO_SUCH_POST', 'id':'c32e6dd0-b555-4413-925e-b3757d19ed84', [x: string]: any }, - 'e3e8e06e-be37-41f7-a5b4-87a8250288f0': {'message':'You have not liked that post.', 'code':'NOT_LIKED', 'id':'e3e8e06e-be37-41f7-a5b4-87a8250288f0', [x: string]: any }, - '110ee688-193e-4a3a-9ecf-c167b2e6981e': {'message':'No such hashtag.', 'code':'NO_SUCH_HASHTAG', 'id':'110ee688-193e-4a3a-9ecf-c167b2e6981e', [x: string]: any }, - 'e5b3b9f0-2b8f-4b9f-9c1f-8c5c1b2e1b1a': {'message':'User is deleted.', 'code':'USER_IS_DELETED', 'id':'e5b3b9f0-2b8f-4b9f-9c1f-8c5c1b2e1b1a', 'kind':'permission', [x: string]: any }, - '0d7ec6d2-e652-443e-a7bf-9ee9a0cd77b0': {'message':'Incorrect password.', 'code':'INCORRECT_PASSWORD', 'id':'0d7ec6d2-e652-443e-a7bf-9ee9a0cd77b0', [x: string]: any }, - '798d6847-b1ed-4f9c-b1f9-163c42655995': {'message':'2fa not enabled.', 'code':'TWO_FACTOR_NOT_ENABLED', 'id':'798d6847-b1ed-4f9c-b1f9-163c42655995', [x: string]: any }, - 'f9c54d7f-d4c2-4d3c-9a8g-a70daac86512': {'message':'No security key.', 'code':'NO_SECURITY_KEY', 'id':'f9c54d7f-d4c2-4d3c-9a8g-a70daac86512', [x: string]: any }, - '652f899f-66d4-490e-993e-6606c8ec04c3': {'message':'User not found.', 'code':'USER_NOT_FOUND', 'id':'652f899f-66d4-490e-993e-6606c8ec04c3', [x: string]: any }, - '38769596-efe2-4faf-9bec-abbb3f2cd9ba': {'message':'Incorrect password.', 'code':'INCORRECT_PASSWORD', 'id':'38769596-efe2-4faf-9bec-abbb3f2cd9ba', [x: string]: any }, - 'bf32b864-449b-47b8-974e-f9a5468546f1': {'message':'2fa not enabled.', 'code':'TWO_FACTOR_NOT_ENABLED', 'id':'bf32b864-449b-47b8-974e-f9a5468546f1', [x: string]: any }, - '78d6c839-20c9-4c66-b90a-fc0542168b48': {'message':'Incorrect password.', 'code':'INCORRECT_PASSWORD', 'id':'78d6c839-20c9-4c66-b90a-fc0542168b48', [x: string]: any }, - 'f9c5467f-d492-4d3c-9a8g-a70dacc86512': {'message':'No such key.', 'code':'NO_SUCH_KEY', 'id':'f9c5467f-d492-4d3c-9a8g-a70dacc86512', [x: string]: any }, - '141c598d-a825-44c8-9173-cfb9d92be493': {'message':'Incorrect password.', 'code':'INCORRECT_PASSWORD', 'id':'141c598d-a825-44c8-9173-cfb9d92be493', [x: string]: any }, - '7add0395-9901-4098-82f9-4f67af65f775': {'message':'Incorrect password.', 'code':'INCORRECT_PASSWORD', 'id':'7add0395-9901-4098-82f9-4f67af65f775', [x: string]: any }, - 'ebb53e5f-6574-9c0c-0b92-7ca6def56d7e': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'ebb53e5f-6574-9c0c-0b92-7ca6def56d7e', [x: string]: any }, - 'b6fab7d6-d945-d67c-dfdb-32da1cd12cfe': {'message':'We need csv file.', 'code':'UNEXPECTED_FILE_TYPE', 'id':'b6fab7d6-d945-d67c-dfdb-32da1cd12cfe', [x: string]: any }, - 'b7fbf0b1-aeef-3b21-29ef-fadd4cb72ccf': {'message':'That file is too big.', 'code':'TOO_BIG_FILE', 'id':'b7fbf0b1-aeef-3b21-29ef-fadd4cb72ccf', [x: string]: any }, - '6f3a4dcc-f060-a707-4950-806fbdbe60d6': {'message':'That file is empty.', 'code':'EMPTY_FILE', 'id':'6f3a4dcc-f060-a707-4950-806fbdbe60d6', [x: string]: any }, - 'b98644cf-a5ac-4277-a502-0b8054a709a3': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'b98644cf-a5ac-4277-a502-0b8054a709a3', [x: string]: any }, - '660f3599-bce0-4f95-9dde-311fd841c183': {'message':'We need csv file.', 'code':'UNEXPECTED_FILE_TYPE', 'id':'660f3599-bce0-4f95-9dde-311fd841c183', [x: string]: any }, - 'dee9d4ed-ad07-43ed-8b34-b2856398bc60': {'message':'That file is too big.', 'code':'TOO_BIG_FILE', 'id':'dee9d4ed-ad07-43ed-8b34-b2856398bc60', [x: string]: any }, - '31a1b42c-06f7-42ae-8a38-a661c5c9f691': {'message':'That file is empty.', 'code':'EMPTY_FILE', 'id':'31a1b42c-06f7-42ae-8a38-a661c5c9f691', [x: string]: any }, - 'e674141e-bd2a-ba85-e616-aefb187c9c2a': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'e674141e-bd2a-ba85-e616-aefb187c9c2a', [x: string]: any }, - '568c6e42-c86c-ba09-c004-517f83f9f1a8': {'message':'We need csv file.', 'code':'UNEXPECTED_FILE_TYPE', 'id':'568c6e42-c86c-ba09-c004-517f83f9f1a8', [x: string]: any }, - '9b4ada6d-d7f7-0472-0713-4f558bd1ec9c': {'message':'That file is too big.', 'code':'TOO_BIG_FILE', 'id':'9b4ada6d-d7f7-0472-0713-4f558bd1ec9c', [x: string]: any }, - 'd2f12af1-e7b4-feac-86a3-519548f2728e': {'message':'That file is empty.', 'code':'EMPTY_FILE', 'id':'d2f12af1-e7b4-feac-86a3-519548f2728e', [x: string]: any }, - 'ea9cc34f-c415-4bc6-a6fe-28ac40357049': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'ea9cc34f-c415-4bc6-a6fe-28ac40357049', [x: string]: any }, - 'a3c9edda-dd9b-4596-be6a-150ef813745c': {'message':'We need csv file.', 'code':'UNEXPECTED_FILE_TYPE', 'id':'a3c9edda-dd9b-4596-be6a-150ef813745c', [x: string]: any }, - 'ae6e7a22-971b-4b52-b2be-fc0b9b121fe9': {'message':'That file is too big.', 'code':'TOO_BIG_FILE', 'id':'ae6e7a22-971b-4b52-b2be-fc0b9b121fe9', [x: string]: any }, - '99efe367-ce6e-4d44-93f8-5fae7b040356': {'message':'That file is empty.', 'code':'EMPTY_FILE', 'id':'99efe367-ce6e-4d44-93f8-5fae7b040356', [x: string]: any }, - '3b71d086-c3fa-431c-b01d-ded65a777172': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'3b71d086-c3fa-431c-b01d-ded65a777172', [x: string]: any }, - 'e842c379-8ac7-4cf7-b07a-4d4de7e4671c': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'e842c379-8ac7-4cf7-b07a-4d4de7e4671c', [x: string]: any }, - '7f60115d-8d93-4b0f-bd0e-3815dcbb389f': {'message':'That file is empty.', 'code':'EMPTY_FILE', 'id':'7f60115d-8d93-4b0f-bd0e-3815dcbb389f', [x: string]: any }, - '600917d4-a4cb-4cc5-8ba8-7ac8ea3c7779': {'message':'You cannot create antenna any more.', 'code':'TOO_MANY_ANTENNAS', 'id':'600917d4-a4cb-4cc5-8ba8-7ac8ea3c7779', [x: string]: any }, - '56734f8b-3928-431e-bf80-6ff87df40cb3': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'56734f8b-3928-431e-bf80-6ff87df40cb3', [x: string]: any }, - '72dab508-c64d-498f-8740-a8eec1ba385a': {'message':'You can not pin notes any more.', 'code':'PIN_LIMIT_EXCEEDED', 'id':'72dab508-c64d-498f-8740-a8eec1ba385a', [x: string]: any }, - '8b18c2b7-68fe-4edb-9892-c0cbaeb6c913': {'message':'That note has already been pinned.', 'code':'ALREADY_PINNED', 'id':'8b18c2b7-68fe-4edb-9892-c0cbaeb6c913', [x: string]: any }, - '97a1e8e7-c0f7-47d2-957a-92e61256e01a': {'message':'No such key.', 'code':'NO_SUCH_KEY', 'id':'97a1e8e7-c0f7-47d2-957a-92e61256e01a', [x: string]: any }, - 'ac3ed68a-62f0-422b-a7bc-d5e09e8f6a6a': {'message':'No such key.', 'code':'NO_SUCH_KEY', 'id':'ac3ed68a-62f0-422b-a7bc-d5e09e8f6a6a', [x: string]: any }, - '1fac4e8a-a6cd-4e39-a4a5-3a7e11f1b019': {'message':'No such key.', 'code':'NO_SUCH_KEY', 'id':'1fac4e8a-a6cd-4e39-a4a5-3a7e11f1b019', [x: string]: any }, - '454170ce-9d63-4a43-9da1-ea10afe81e21': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'454170ce-9d63-4a43-9da1-ea10afe81e21', [x: string]: any }, - 'e54c1d7e-e7d6-4103-86b6-0a95069b4ad3': {'message':'Incorrect password.', 'code':'INCORRECT_PASSWORD', 'id':'e54c1d7e-e7d6-4103-86b6-0a95069b4ad3', [x: string]: any }, - 'a2defefb-f220-8849-0af6-17f816099323': {'message':'Unavailable email address.', 'code':'UNAVAILABLE', 'id':'a2defefb-f220-8849-0af6-17f816099323', [x: string]: any }, - '324c7a88-59f2-492f-903f-89134f93e47e': {'message':'Email address is required.', 'code':'EMAIL_REQUIRED', 'id':'324c7a88-59f2-492f-903f-89134f93e47e', [x: string]: any }, - '539f3a45-f215-4f81-a9a8-31293640207f': {'message':'No such avatar file.', 'code':'NO_SUCH_AVATAR', 'id':'539f3a45-f215-4f81-a9a8-31293640207f', [x: string]: any }, - '0d8f5629-f210-41c2-9433-735831a58595': {'message':'No such banner file.', 'code':'NO_SUCH_BANNER', 'id':'0d8f5629-f210-41c2-9433-735831a58595', [x: string]: any }, - 'f419f9f8-2f4d-46b1-9fb4-49d3a2fd7191': {'message':'The file specified as an avatar is not an image.', 'code':'AVATAR_NOT_AN_IMAGE', 'id':'f419f9f8-2f4d-46b1-9fb4-49d3a2fd7191', [x: string]: any }, - '75aedb19-2afd-4e6d-87fc-67941256fa60': {'message':'The file specified as a banner is not an image.', 'code':'BANNER_NOT_AN_IMAGE', 'id':'75aedb19-2afd-4e6d-87fc-67941256fa60', [x: string]: any }, - '8e01b590-7eb9-431b-a239-860e086c408e': {'message':'No such page.', 'code':'NO_SUCH_PAGE', 'id':'8e01b590-7eb9-431b-a239-860e086c408e', [x: string]: any }, - '0d786918-10df-41cd-8f33-8dec7d9a89a5': {'message':'Invalid Regular Expression.', 'code':'INVALID_REGEXP', 'id':'0d786918-10df-41cd-8f33-8dec7d9a89a5', [x: string]: any }, - '010665b1-a211-42d2-bc64-8f6609d79785': {'message':'Too many muted words.', 'code':'TOO_MANY_MUTED_WORDS', 'id':'010665b1-a211-42d2-bc64-8f6609d79785', [x: string]: any }, - 'bf326f31-d430-4f97-9933-5d61e4d48a23': {'message':'User ActivityPup URI is null.', 'code':'URI_NULL', 'id':'bf326f31-d430-4f97-9933-5d61e4d48a23', [x: string]: any }, - '25c90186-4ab0-49c8-9bba-a1fa6c202ba4': {'message':'You can\'t set yourself as your own alias.', 'code':'FORBIDDEN_TO_SET_YOURSELF', 'id':'25c90186-4ab0-49c8-9bba-a1fa6c202ba4', [x: string]: any }, - '8feff0ba-5ab5-585b-31f4-4df816663fad': {'message':'This feature is restricted by your role.', 'code':'RESTRICTED_BY_ROLE', 'id':'8feff0ba-5ab5-585b-31f4-4df816663fad', [x: string]: any }, - '0b3f9f6a-2f4d-4b1f-9fb4-49d3a2fd7191': {'message':'Your new name contains prohibited words.', 'code':'YOUR_NAME_CONTAINS_PROHIBITED_WORDS', 'id':'0b3f9f6a-2f4d-4b1f-9fb4-49d3a2fd7191', 'httpStatusCode':422, [x: string]: any }, - 'b5c90186-4ab0-49c8-9bba-a1f766282ba4': {'message':'Destination account doesn\'t have proper \'Known As\' alias, or has already moved.', 'code':'DESTINATION_ACCOUNT_FORBIDS', 'id':'b5c90186-4ab0-49c8-9bba-a1f766282ba4', [x: string]: any }, - '4362e8dc-731f-4ad8-a694-be2a88922a24': {'message':'The root can\'t migrate.', 'code':'NOT_ROOT_FORBIDDEN', 'id':'4362e8dc-731f-4ad8-a694-be2a88922a24', [x: string]: any }, - '95ba11b9-90e8-43a5-ba16-7acc1ab32e71': {'message':'Local User ActivityPup URI is null.', 'code':'URI_NULL', 'id':'95ba11b9-90e8-43a5-ba16-7acc1ab32e71', [x: string]: any }, - 'b234a14e-9ebe-4581-8000-074b3c215962': {'message':'Account was already moved to another account.', 'code':'ALREADY_MOVED', 'id':'b234a14e-9ebe-4581-8000-074b3c215962', [x: string]: any }, - '87a9bb19-111e-4e37-81d3-a3e7426453b0': {'message':'You cannot create webhook any more.', 'code':'TOO_MANY_WEBHOOKS', 'id':'87a9bb19-111e-4e37-81d3-a3e7426453b0', [x: string]: any }, - '50f614d9-3047-4f7e-90d8-ad6b2d5fb098': {'message':'No such webhook.', 'code':'NO_SUCH_WEBHOOK', 'id':'50f614d9-3047-4f7e-90d8-ad6b2d5fb098', [x: string]: any }, - 'fb0fea69-da18-45b1-828d-bd4fd1612518': {'message':'No such webhook.', 'code':'NO_SUCH_WEBHOOK', 'id':'fb0fea69-da18-45b1-828d-bd4fd1612518', [x: string]: any }, - 'bae73e5a-5522-4965-ae19-3a8688e71d82': {'message':'No such webhook.', 'code':'NO_SUCH_WEBHOOK', 'id':'bae73e5a-5522-4965-ae19-3a8688e71d82', [x: string]: any }, - '8b165dd3-6f37-4557-8db1-73175d63c641': {'message':'You have exceeded the limit for creating an invitation code.', 'code':'EXCEEDED_LIMIT_OF_CREATE_INVITE_CODE', 'id':'8b165dd3-6f37-4557-8db1-73175d63c641', [x: string]: any }, - 'cd4f9ae4-7854-4e3e-8df9-c296f051e634': {'message':'No such invite code.', 'code':'NO_SUCH_INVITE_CODE', 'id':'cd4f9ae4-7854-4e3e-8df9-c296f051e634', [x: string]: any }, - 'ff17af39-000c-4d4e-abdf-848fa30fc1ce': {'message':'You can\'t delete this invite code.', 'code':'CAN_NOT_DELETE_INVITE_CODE', 'id':'ff17af39-000c-4d4e-abdf-848fa30fc1ce', [x: string]: any }, - '6fef56f3-e765-4957-88e5-c6f65329b8a5': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'6fef56f3-e765-4957-88e5-c6f65329b8a5', [x: string]: any }, - 'a4619cb2-5f23-484b-9301-94c903074e10': {'message':'Mutee is yourself.', 'code':'MUTEE_IS_YOURSELF', 'id':'a4619cb2-5f23-484b-9301-94c903074e10', [x: string]: any }, - '7e7359cb-160c-4956-b08f-4d1c653cd007': {'message':'You are already muting that user.', 'code':'ALREADY_MUTING', 'id':'7e7359cb-160c-4956-b08f-4d1c653cd007', [x: string]: any }, - 'b851d00b-8ab1-4a56-8b1b-e24187cb48ef': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'b851d00b-8ab1-4a56-8b1b-e24187cb48ef', [x: string]: any }, - 'f428b029-6b39-4d48-a1d2-cc1ae6dd5cf9': {'message':'Mutee is yourself.', 'code':'MUTEE_IS_YOURSELF', 'id':'f428b029-6b39-4d48-a1d2-cc1ae6dd5cf9', [x: string]: any }, - '5467d020-daa9-4553-81e1-135c0c35a96d': {'message':'You are not muting that user.', 'code':'NOT_MUTING', 'id':'5467d020-daa9-4553-81e1-135c0c35a96d', [x: string]: any }, - '5e0a5dff-1e94-4202-87ae-4d9c89eb2271': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'5e0a5dff-1e94-4202-87ae-4d9c89eb2271', [x: string]: any }, - '37285718-52f7-4aef-b7de-c38b8e8a8420': {'message':'Mutee is yourself.', 'code':'MUTEE_IS_YOURSELF', 'id':'37285718-52f7-4aef-b7de-c38b8e8a8420', [x: string]: any }, - 'ccfecbe4-1f1c-4fc2-8a3d-c3ffee61cb7b': {'message':'You are already muting that user.', 'code':'ALREADY_MUTING', 'id':'ccfecbe4-1f1c-4fc2-8a3d-c3ffee61cb7b', [x: string]: any }, - '9b6728cf-638c-4aa1-bedb-e07d8101474d': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'9b6728cf-638c-4aa1-bedb-e07d8101474d', [x: string]: any }, - '619b1314-0850-4597-a242-e245f3da42af': {'message':'Mutee is yourself.', 'code':'MUTEE_IS_YOURSELF', 'id':'619b1314-0850-4597-a242-e245f3da42af', [x: string]: any }, - '2e4ef874-8bf0-4b4b-b069-4598f6d05817': {'message':'You are not muting that user.', 'code':'NOT_MUTING', 'id':'2e4ef874-8bf0-4b4b-b069-4598f6d05817', [x: string]: any }, - '47db1a1c-b0af-458d-8fb4-986e4efafe1e': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'47db1a1c-b0af-458d-8fb4-986e4efafe1e', [x: string]: any }, - 'e1035875-9551-45ec-afa8-1ded1fcb53c8': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'e1035875-9551-45ec-afa8-1ded1fcb53c8', [x: string]: any }, - 'b5c90186-4ab0-49c8-9bba-a1f76c282ba4': {'message':'No such renote target.', 'code':'NO_SUCH_RENOTE_TARGET', 'id':'b5c90186-4ab0-49c8-9bba-a1f76c282ba4', [x: string]: any }, - 'fd4cc33e-2a37-48dd-99cc-9b806eb2031a': {'message':'You can not Renote a pure Renote.', 'code':'CANNOT_RENOTE_TO_A_PURE_RENOTE', 'id':'fd4cc33e-2a37-48dd-99cc-9b806eb2031a', [x: string]: any }, - 'be9529e9-fe72-4de0-ae43-0b363c4938af': {'message':'You can not Renote due to target visibility.', 'code':'CANNOT_RENOTE_DUE_TO_VISIBILITY', 'id':'be9529e9-fe72-4de0-ae43-0b363c4938af', [x: string]: any }, - '749ee0f6-d3da-459a-bf02-282e2da4292c': {'message':'No such reply target.', 'code':'NO_SUCH_REPLY_TARGET', 'id':'749ee0f6-d3da-459a-bf02-282e2da4292c', [x: string]: any }, - 'b98980fa-3780-406c-a935-b6d0eeee10d1': {'message':'You cannot reply to an invisible Note.', 'code':'CANNOT_REPLY_TO_AN_INVISIBLE_NOTE', 'id':'b98980fa-3780-406c-a935-b6d0eeee10d1', [x: string]: any }, - '3ac74a84-8fd5-4bb0-870f-01804f82ce15': {'message':'You can not reply to a pure Renote.', 'code':'CANNOT_REPLY_TO_A_PURE_RENOTE', 'id':'3ac74a84-8fd5-4bb0-870f-01804f82ce15', [x: string]: any }, - 'ed940410-535c-4d5e-bfa3-af798671e93c': {'message':'You cannot reply to a specified visibility note with extended visibility.', 'code':'CANNOT_REPLY_TO_SPECIFIED_VISIBILITY_NOTE_WITH_EXTENDED_VISIBILITY', 'id':'ed940410-535c-4d5e-bfa3-af798671e93c', [x: string]: any }, - '04da457d-b083-4055-9082-955525eda5a5': {'message':'Poll is already expired.', 'code':'CANNOT_CREATE_ALREADY_EXPIRED_POLL', 'id':'04da457d-b083-4055-9082-955525eda5a5', [x: string]: any }, - 'b1653923-5453-4edc-b786-7c4f39bb0bbb': {'message':'No such channel.', 'code':'NO_SUCH_CHANNEL', 'id':'b1653923-5453-4edc-b786-7c4f39bb0bbb', [x: string]: any }, - 'b390d7e1-8a5e-46ed-b625-06271cafd3d3': {'message':'You have been blocked by this user.', 'code':'YOU_HAVE_BEEN_BLOCKED', 'id':'b390d7e1-8a5e-46ed-b625-06271cafd3d3', [x: string]: any }, - 'b6992544-63e7-67f0-fa7f-32444b1b5306': {'message':'Some files are not found.', 'code':'NO_SUCH_FILE', 'id':'b6992544-63e7-67f0-fa7f-32444b1b5306', [x: string]: any }, - '33510210-8452-094c-6227-4a6c05d99f00': {'message':'Cannot renote outside of channel.', 'code':'CANNOT_RENOTE_OUTSIDE_OF_CHANNEL', 'id':'33510210-8452-094c-6227-4a6c05d99f00', [x: string]: any }, - 'aa6e01d3-a85c-669d-758a-76aab43af334': {'message':'Cannot post because it contains prohibited words.', 'code':'CONTAINS_PROHIBITED_WORDS', 'id':'aa6e01d3-a85c-669d-758a-76aab43af334', [x: string]: any }, - '4de0363a-3046-481b-9b0f-feff3e211025': {'message':'Cannot post because it exceeds the allowed number of mentions.', 'code':'CONTAINS_TOO_MANY_MENTIONS', 'id':'4de0363a-3046-481b-9b0f-feff3e211025', [x: string]: any }, - '490be23f-8c1f-4796-819f-94cb4f9d1630': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'490be23f-8c1f-4796-819f-94cb4f9d1630', [x: string]: any }, - 'fe8d7103-0ea8-4ec3-814d-f8b401dc69e9': {'message':'Access denied.', 'code':'ACCESS_DENIED', 'id':'fe8d7103-0ea8-4ec3-814d-f8b401dc69e9', [x: string]: any }, - '6dd26674-e060-4816-909a-45ba3f4da458': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'6dd26674-e060-4816-909a-45ba3f4da458', [x: string]: any }, - 'a402c12b-34dd-41d2-97d8-4d2ffd96a1a6': {'message':'The note has already been marked as a favorite.', 'code':'ALREADY_FAVORITED', 'id':'a402c12b-34dd-41d2-97d8-4d2ffd96a1a6', [x: string]: any }, - '80848a2c-398f-4343-baa9-df1d57696c56': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'80848a2c-398f-4343-baa9-df1d57696c56', [x: string]: any }, - 'b625fc69-635e-45e9-86f4-dbefbef35af5': {'message':'You have not marked that note a favorite.', 'code':'NOT_FAVORITED', 'id':'b625fc69-635e-45e9-86f4-dbefbef35af5', [x: string]: any }, - '0332fc13-6ab2-4427-ae80-a9fadffd1a6b': {'message':'Global timeline has been disabled.', 'code':'GTL_DISABLED', 'id':'0332fc13-6ab2-4427-ae80-a9fadffd1a6b', [x: string]: any }, - '620763f4-f621-4533-ab33-0577a1a3c342': {'message':'Hybrid timeline has been disabled.', 'code':'STL_DISABLED', 'id':'620763f4-f621-4533-ab33-0577a1a3c342', [x: string]: any }, - 'dfaa3eb7-8002-4cb7-bcc4-1095df46656f': {'message':'Specifying both withReplies and withFiles is not supported', 'code':'BOTH_WITH_REPLIES_AND_WITH_FILES', 'id':'dfaa3eb7-8002-4cb7-bcc4-1095df46656f', [x: string]: any }, - '45a6eb02-7695-4393-b023-dd3be9aaaefd': {'message':'Local timeline has been disabled.', 'code':'LTL_DISABLED', 'id':'45a6eb02-7695-4393-b023-dd3be9aaaefd', [x: string]: any }, - 'dd9c8400-1cb5-4eef-8a31-200c5f933793': {'message':'Specifying both withReplies and withFiles is not supported', 'code':'BOTH_WITH_REPLIES_AND_WITH_FILES', 'id':'dd9c8400-1cb5-4eef-8a31-200c5f933793', [x: string]: any }, - 'ecafbd2e-c283-4d6d-aecb-1a0a33b75396': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'ecafbd2e-c283-4d6d-aecb-1a0a33b75396', [x: string]: any }, - '5f979967-52d9-4314-a911-1c673727f92f': {'message':'The note does not attach a poll.', 'code':'NO_POLL', 'id':'5f979967-52d9-4314-a911-1c673727f92f', [x: string]: any }, - 'e0cc9a04-f2e8-41e4-a5f1-4127293260cc': {'message':'Choice ID is invalid.', 'code':'INVALID_CHOICE', 'id':'e0cc9a04-f2e8-41e4-a5f1-4127293260cc', [x: string]: any }, - '0963fc77-efac-419b-9424-b391608dc6d8': {'message':'You have already voted.', 'code':'ALREADY_VOTED', 'id':'0963fc77-efac-419b-9424-b391608dc6d8', [x: string]: any }, - '1022a357-b085-4054-9083-8f8de358337e': {'message':'The poll is already expired.', 'code':'ALREADY_EXPIRED', 'id':'1022a357-b085-4054-9083-8f8de358337e', [x: string]: any }, - '85a5377e-b1e9-4617-b0b9-5bea73331e49': {'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', [x: string]: any }, - '263fff3d-d0e1-4af4-bea7-8408059b451a': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'263fff3d-d0e1-4af4-bea7-8408059b451a', [x: string]: any }, - '033d0620-5bfe-4027-965d-980b0c85a3ea': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'033d0620-5bfe-4027-965d-980b0c85a3ea', [x: string]: any }, - '71efcf98-86d6-4e2b-b2ad-9d032369366b': {'message':'You are already reacting to that note.', 'code':'ALREADY_REACTED', 'id':'71efcf98-86d6-4e2b-b2ad-9d032369366b', [x: string]: any }, - '20ef5475-9f38-4e4c-bd33-de6d979498ec': {'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', [x: string]: any }, - 'eaccdc08-ddef-43fe-908f-d108faad57f5': {'message':'You cannot react to Renote.', 'code':'CANNOT_REACT_TO_RENOTE', 'id':'eaccdc08-ddef-43fe-908f-d108faad57f5', [x: string]: any }, - '764d9fce-f9f2-4a0e-92b1-6ceac9a7ad37': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'764d9fce-f9f2-4a0e-92b1-6ceac9a7ad37', [x: string]: any }, - '92f4426d-4196-4125-aa5b-02943e2ec8fc': {'message':'You are not reacting to that note.', 'code':'NOT_REACTED', 'id':'92f4426d-4196-4125-aa5b-02943e2ec8fc', [x: string]: any }, - '12908022-2e21-46cd-ba6a-3edaf6093f46': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'12908022-2e21-46cd-ba6a-3edaf6093f46', [x: string]: any }, - '0b44998d-77aa-4427-80d0-d2c9b8523011': {'message':'Search of notes unavailable.', 'code':'UNAVAILABLE', 'id':'0b44998d-77aa-4427-80d0-d2c9b8523011', [x: string]: any }, - '24fcbfc6-2e37-42b6-8388-c29b3861a08d': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'24fcbfc6-2e37-42b6-8388-c29b3861a08d', [x: string]: any }, - '5ff67ada-ed3b-2e71-8e87-a1a421e177d2': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'5ff67ada-ed3b-2e71-8e87-a1a421e177d2', [x: string]: any }, - 'bddd57ac-ceb3-b29d-4334-86ea5fae481a': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'bddd57ac-ceb3-b29d-4334-86ea5fae481a', [x: string]: any }, - '50a70314-2d8a-431b-b433-efa5cc56444c': {'message':'Translate of notes unavailable.', 'code':'UNAVAILABLE', 'id':'50a70314-2d8a-431b-b433-efa5cc56444c', [x: string]: any }, - 'bea9b03f-36e0-49c5-a4db-627a029f8971': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'bea9b03f-36e0-49c5-a4db-627a029f8971', [x: string]: any }, - 'ea29f2ca-c368-43b3-aaf1-5ac3e74bbe5d': {'message':'Cannot translate invisible note.', 'code':'CANNOT_TRANSLATE_INVISIBLE_NOTE', 'id':'ea29f2ca-c368-43b3-aaf1-5ac3e74bbe5d', [x: string]: any }, - 'efd4a259-2442-496b-8dd7-b255aa1a160f': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'efd4a259-2442-496b-8dd7-b255aa1a160f', [x: string]: any }, - '8fb1fbd5-e476-4c37-9fb0-43d55b63a2ff': {'message':'No such list.', 'code':'NO_SUCH_LIST', 'id':'8fb1fbd5-e476-4c37-9fb0-43d55b63a2ff', [x: string]: any }, - '4a13ad31-6729-46b4-b9af-e86b265c2e74': {'message':'No such page.', 'code':'NO_SUCH_PAGE', 'id':'4a13ad31-6729-46b4-b9af-e86b265c2e74', [x: string]: any }, - 'b7b97489-0f66-4b12-a5ff-b21bd63f6e1c': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'b7b97489-0f66-4b12-a5ff-b21bd63f6e1c', [x: string]: any }, - '4650348e-301c-499a-83c9-6aa988c66bc1': {'message':'Specified name already exists.', 'code':'NAME_ALREADY_EXISTS', 'id':'4650348e-301c-499a-83c9-6aa988c66bc1', [x: string]: any }, - 'eb0c6e1d-d519-4764-9486-52a7e1c6392a': {'message':'No such page.', 'code':'NO_SUCH_PAGE', 'id':'eb0c6e1d-d519-4764-9486-52a7e1c6392a', [x: string]: any }, - '8b741b3e-2c22-44b3-a15f-29949aa1601e': {'message':'Access denied.', 'code':'ACCESS_DENIED', 'id':'8b741b3e-2c22-44b3-a15f-29949aa1601e', [x: string]: any }, - 'cc98a8a2-0dc3-4123-b198-62c71df18ed3': {'message':'No such page.', 'code':'NO_SUCH_PAGE', 'id':'cc98a8a2-0dc3-4123-b198-62c71df18ed3', [x: string]: any }, - '28800466-e6db-40f2-8fae-bf9e82aa92b8': {'message':'You cannot like your page.', 'code':'YOUR_PAGE', 'id':'28800466-e6db-40f2-8fae-bf9e82aa92b8', [x: string]: any }, - 'd4c1edbe-7da2-4eae-8714-1acfd2d63941': {'message':'The page has already been liked.', 'code':'ALREADY_LIKED', 'id':'d4c1edbe-7da2-4eae-8714-1acfd2d63941', [x: string]: any }, - '222120c0-3ead-4528-811b-b96f233388d7': {'message':'No such page.', 'code':'NO_SUCH_PAGE', 'id':'222120c0-3ead-4528-811b-b96f233388d7', [x: string]: any }, - 'a0d41e20-1993-40bd-890e-f6e560ae648e': {'message':'No such page.', 'code':'NO_SUCH_PAGE', 'id':'a0d41e20-1993-40bd-890e-f6e560ae648e', [x: string]: any }, - 'f5e586b0-ce93-4050-b0e3-7f31af5259ee': {'message':'You have not liked that page.', 'code':'NOT_LIKED', 'id':'f5e586b0-ce93-4050-b0e3-7f31af5259ee', [x: string]: any }, - '21149b9e-3616-4778-9592-c4ce89f5a864': {'message':'No such page.', 'code':'NO_SUCH_PAGE', 'id':'21149b9e-3616-4778-9592-c4ce89f5a864', [x: string]: any }, - '3c15cd52-3b4b-4274-967d-6456fc4f792b': {'message':'Access denied.', 'code':'ACCESS_DENIED', 'id':'3c15cd52-3b4b-4274-967d-6456fc4f792b', [x: string]: any }, - 'cfc23c7c-3887-490e-af30-0ed576703c82': {'message':'No such file.', 'code':'NO_SUCH_FILE', 'id':'cfc23c7c-3887-490e-af30-0ed576703c82', [x: string]: any }, - '2298a392-d4a1-44c5-9ebb-ac1aeaa5a9ab': {'message':'Specified name already exists.', 'code':'NAME_ALREADY_EXISTS', 'id':'2298a392-d4a1-44c5-9ebb-ac1aeaa5a9ab', [x: string]: any }, - 'de1623ef-bbb3-4289-a71e-14cfa83d9740': {'message':'No such flash.', 'code':'NO_SUCH_FLASH', 'id':'de1623ef-bbb3-4289-a71e-14cfa83d9740', [x: string]: any }, - '1036ad7b-9f92-4fff-89c3-0e50dc941704': {'message':'Access denied.', 'code':'ACCESS_DENIED', 'id':'1036ad7b-9f92-4fff-89c3-0e50dc941704', [x: string]: any }, - 'c07c1491-9161-4c5c-9d75-01906f911f73': {'message':'No such flash.', 'code':'NO_SUCH_FLASH', 'id':'c07c1491-9161-4c5c-9d75-01906f911f73', [x: string]: any }, - '3fd8a0e7-5955-4ba9-85bb-bf3e0c30e13b': {'message':'You cannot like your flash.', 'code':'YOUR_FLASH', 'id':'3fd8a0e7-5955-4ba9-85bb-bf3e0c30e13b', [x: string]: any }, - '010065cf-ad43-40df-8067-abff9f4686e3': {'message':'The flash has already been liked.', 'code':'ALREADY_LIKED', 'id':'010065cf-ad43-40df-8067-abff9f4686e3', [x: string]: any }, - 'f0d34a1a-d29a-401d-90ba-1982122b5630': {'message':'No such flash.', 'code':'NO_SUCH_FLASH', 'id':'f0d34a1a-d29a-401d-90ba-1982122b5630', [x: string]: any }, - 'afe8424a-a69e-432d-a5f2-2f0740c62410': {'message':'No such flash.', 'code':'NO_SUCH_FLASH', 'id':'afe8424a-a69e-432d-a5f2-2f0740c62410', [x: string]: any }, - '755f25a7-9871-4f65-9f34-51eaad9ae0ac': {'message':'You have not liked that flash.', 'code':'NOT_LIKED', 'id':'755f25a7-9871-4f65-9f34-51eaad9ae0ac', [x: string]: any }, - '611e13d2-309e-419a-a5e4-e0422da39b02': {'message':'No such flash.', 'code':'NO_SUCH_FLASH', 'id':'611e13d2-309e-419a-a5e4-e0422da39b02', [x: string]: any }, - '08e60c88-5948-478e-a132-02ec701d67b2': {'message':'Access denied.', 'code':'ACCESS_DENIED', 'id':'08e60c88-5948-478e-a132-02ec701d67b2', [x: string]: any }, - 'd785b897-fcd3-4fe9-8fc3-b85c26e6c932': {'message':'No such note.', 'code':'NO_SUCH_NOTE', 'id':'d785b897-fcd3-4fe9-8fc3-b85c26e6c932', [x: string]: any }, - 'de5502bf-009a-4639-86c1-fec349e46dcb': {'message':'No such role.', 'code':'NO_SUCH_ROLE', 'id':'de5502bf-009a-4639-86c1-fec349e46dcb', [x: string]: any }, - '30aaaee3-4792-48dc-ab0d-cf501a575ac5': {'message':'No such role.', 'code':'NO_SUCH_ROLE', 'id':'30aaaee3-4792-48dc-ab0d-cf501a575ac5', [x: string]: any }, - 'eb70323a-df61-4dd4-ad90-89c83c7cf26e': {'message':'No such role.', 'code':'NO_SUCH_ROLE', 'id':'eb70323a-df61-4dd4-ad90-89c83c7cf26e', [x: string]: any }, - ' b09d8066-8064-5613-efb6-0e963b21d012': {'message':'No such registration.', 'code':'NO_SUCH_REGISTRATION', 'id':' b09d8066-8064-5613-efb6-0e963b21d012', [x: string]: any }, - '27fa5435-88ab-43de-9360-387de88727cd': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'27fa5435-88ab-43de-9360-387de88727cd', [x: string]: any }, - '3c6a84db-d619-26af-ca14-06232a21df8a': {'message':'Forbidden.', 'code':'FORBIDDEN', 'id':'3c6a84db-d619-26af-ca14-06232a21df8a', [x: string]: any }, - '63e4aba4-4156-4e53-be25-c9559e42d71b': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'63e4aba4-4156-4e53-be25-c9559e42d71b', [x: string]: any }, - 'f6cdb0df-c19f-ec5c-7dbb-0ba84a1f92ba': {'message':'Forbidden.', 'code':'FORBIDDEN', 'id':'f6cdb0df-c19f-ec5c-7dbb-0ba84a1f92ba', [x: string]: any }, - 'a2b007b9-4782-4eba-abd3-93b05ed4130d': {'message':'Birthday date format is invalid.', 'code':'BIRTHDAY_DATE_FORMAT_INVALID', 'id':'a2b007b9-4782-4eba-abd3-93b05ed4130d', [x: string]: any }, - 'e6965129-7b2a-40a4-bae2-cd84cd434822': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'e6965129-7b2a-40a4-bae2-cd84cd434822', [x: string]: any }, - '0cf21a28-7715-4f39-a20d-777bfdb8d138': {'message':'You cannot create user list any more.', 'code':'TOO_MANY_USERLISTS', 'id':'0cf21a28-7715-4f39-a20d-777bfdb8d138', [x: string]: any }, - '78436795-db79-42f5-b1e2-55ea2cf19166': {'message':'No such list.', 'code':'NO_SUCH_LIST', 'id':'78436795-db79-42f5-b1e2-55ea2cf19166', [x: string]: any }, - 'a8af4a82-0980-4cc4-a6af-8b0ffd54465e': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'a8af4a82-0980-4cc4-a6af-8b0ffd54465e', [x: string]: any }, - '53858f1b-3315-4a01-81b7-db9b48d4b79a': {'message':'Not allowed to load the remote user\'s list', 'code':'REMOTE_USER_NOT_ALLOWED', 'id':'53858f1b-3315-4a01-81b7-db9b48d4b79a', [x: string]: any }, - '7f44670e-ab16-43b8-b4c1-ccd2ee89cc02': {'message':'No such list.', 'code':'NO_SUCH_LIST', 'id':'7f44670e-ab16-43b8-b4c1-ccd2ee89cc02', [x: string]: any }, - '588e7f72-c744-4a61-b180-d354e912bda2': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'588e7f72-c744-4a61-b180-d354e912bda2', [x: string]: any }, - '2214501d-ac96-4049-b717-91e42272a711': {'message':'No such list.', 'code':'NO_SUCH_LIST', 'id':'2214501d-ac96-4049-b717-91e42272a711', [x: string]: any }, - 'a89abd3d-f0bc-4cce-beb1-2f446f4f1e6a': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'a89abd3d-f0bc-4cce-beb1-2f446f4f1e6a', [x: string]: any }, - '1de7c884-1595-49e9-857e-61f12f4d4fc5': {'message':'That user has already been added to that list.', 'code':'ALREADY_ADDED', 'id':'1de7c884-1595-49e9-857e-61f12f4d4fc5', [x: string]: any }, - '990232c5-3f9d-4d83-9f3f-ef27b6332a4b': {'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', [x: string]: any }, - '2dd9752e-a338-413d-8eec-41814430989b': {'message':'You can not push users any more.', 'code':'TOO_MANY_USERS', 'id':'2dd9752e-a338-413d-8eec-41814430989b', [x: string]: any }, - '7bc05c21-1d7a-41ae-88f1-66820f4dc686': {'message':'No such list.', 'code':'NO_SUCH_LIST', 'id':'7bc05c21-1d7a-41ae-88f1-66820f4dc686', [x: string]: any }, - '7dbaf3cf-7b42-4b8f-b431-b3919e580dbe': {'message':'No such user list.', 'code':'NO_SUCH_USER_LIST', 'id':'7dbaf3cf-7b42-4b8f-b431-b3919e580dbe', [x: string]: any }, - '6425bba0-985b-461e-af1b-518070e72081': {'message':'The list has already been favorited.', 'code':'ALREADY_FAVORITED', 'id':'6425bba0-985b-461e-af1b-518070e72081', [x: string]: any }, - 'baedb33e-76b8-4b0c-86a8-9375c0a7b94b': {'message':'No such user list.', 'code':'NO_SUCH_USER_LIST', 'id':'baedb33e-76b8-4b0c-86a8-9375c0a7b94b', [x: string]: any }, - '835c4b27-463d-4cfa-969b-a9058678d465': {'message':'You have not favorited the list.', 'code':'ALREADY_FAVORITED', 'id':'835c4b27-463d-4cfa-969b-a9058678d465', [x: string]: any }, - '796666fe-3dff-4d39-becb-8a5932c1d5b7': {'message':'No such list.', 'code':'NO_SUCH_LIST', 'id':'796666fe-3dff-4d39-becb-8a5932c1d5b7', [x: string]: any }, - 'e9c105b2-c595-47de-97fb-7f7c2c33e92f': {'message':'You cannot create user list any more.', 'code':'TOO_MANY_USERLISTS', 'id':'e9c105b2-c595-47de-97fb-7f7c2c33e92f', [x: string]: any }, - '9292f798-6175-4f7d-93f4-b6742279667d': {'message':'No such list.', 'code':'NO_SUCH_LIST', 'id':'9292f798-6175-4f7d-93f4-b6742279667d', [x: string]: any }, - '13c457db-a8cb-4d88-b70a-211ceeeabb5f': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'13c457db-a8cb-4d88-b70a-211ceeeabb5f', [x: string]: any }, - 'c3ad6fdb-692b-47ee-a455-7bd12c7af615': {'message':'That user has already been added to that list.', 'code':'ALREADY_ADDED', 'id':'c3ad6fdb-692b-47ee-a455-7bd12c7af615', [x: string]: any }, - 'a2497f2a-2389-439c-8626-5298540530f4': {'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', [x: string]: any }, - '1845ea77-38d1-426e-8e4e-8b83b24f5bd7': {'message':'You can not push users any more.', 'code':'TOO_MANY_USERS', 'id':'1845ea77-38d1-426e-8e4e-8b83b24f5bd7', [x: string]: any }, - '27e494ba-2ac2-48e8-893b-10d4d8c2387b': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'27e494ba-2ac2-48e8-893b-10d4d8c2387b', [x: string]: any }, - '91c8cb9f-36ed-46e7-9ca2-7df96ed6e222': {'message':'Specifying both withReplies and withFiles is not supported', 'code':'BOTH_WITH_REPLIES_AND_WITH_FILES', 'id':'91c8cb9f-36ed-46e7-9ca2-7df96ed6e222', [x: string]: any }, - '673a7dd2-6924-1093-e0c0-e68456ceae5c': {'message':'Reactions of the user is not public.', 'code':'REACTIONS_NOT_PUBLIC', 'id':'673a7dd2-6924-1093-e0c0-e68456ceae5c', [x: string]: any }, - '6b95fa98-8cf9-2350-e284-f0ffdb54a805': {'message':'Currently unavailable to display reactions of remote users. See https://github.com/misskey-dev/misskey/issues/12964', 'code':'IS_REMOTE_USER', 'id':'6b95fa98-8cf9-2350-e284-f0ffdb54a805', [x: string]: any }, - '1acefcb5-0959-43fd-9685-b48305736cb5': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'1acefcb5-0959-43fd-9685-b48305736cb5', [x: string]: any }, - '1e13149e-b1e8-43cf-902e-c01dbfcb202f': {'message':'Cannot report yourself.', 'code':'CANNOT_REPORT_YOURSELF', 'id':'1e13149e-b1e8-43cf-902e-c01dbfcb202f', [x: string]: any }, - '35e166f5-05fb-4f87-a2d5-adb42676d48f': {'message':'Cannot report the admin.', 'code':'CANNOT_REPORT_THE_ADMIN', 'id':'35e166f5-05fb-4f87-a2d5-adb42676d48f', [x: string]: any }, - 'ef7b9be4-9cba-4e6f-ab41-90ed171c7d3c': {'message':'Failed to resolve remote user.', 'code':'FAILED_TO_RESOLVE_REMOTE_USER', 'id':'ef7b9be4-9cba-4e6f-ab41-90ed171c7d3c', 'kind':'server', [x: string]: any }, - '4362f8dc-731f-4ad8-a694-be5a88922a24': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'4362f8dc-731f-4ad8-a694-be5a88922a24', 'httpStatusCode':404, [x: string]: any }, - 'bb774091-7a15-4a70-9dc5-6ac8cf125856': {'message':'External resource returned invalid schema.', 'code':'EXT_RESOURCE_RETURNED_INVALID_SCHEMA', 'id':'bb774091-7a15-4a70-9dc5-6ac8cf125856', [x: string]: any }, - '693ba8ba-b486-40df-a174-72f8279b56a4': {'message':'Hash did not match.', 'code':'EXT_RESOURCE_HASH_DIDNT_MATCH', 'id':'693ba8ba-b486-40df-a174-72f8279b56a4', [x: string]: any }, - 'eb627bc7-574b-4a52-a860-3c3eae772b88': {'message':'Provided seed is invalid.', 'code':'INVALID_SEED', 'id':'eb627bc7-574b-4a52-a860-3c3eae772b88', [x: string]: any }, - '0b4f0559-b484-4e31-9581-3f73cee89b28': {'message':'No such user.', 'code':'NO_SUCH_USER', 'id':'0b4f0559-b484-4e31-9581-3f73cee89b28', [x: string]: any }, - '96fd7bd6-d2bc-426c-a865-d055dcd2828e': {'message':'Target user is yourself.', 'code':'TARGET_IS_YOURSELF', 'id':'96fd7bd6-d2bc-426c-a865-d055dcd2828e', [x: string]: any }, - 'f13a03db-fae1-46c9-87f3-43c8165419e1': {'message':'No such game.', 'code':'NO_SUCH_GAME', 'id':'f13a03db-fae1-46c9-87f3-43c8165419e1', [x: string]: any }, - 'ace0b11f-e0a6-4076-a30d-e8284c81b2df': {'message':'No such game.', 'code':'NO_SUCH_GAME', 'id':'ace0b11f-e0a6-4076-a30d-e8284c81b2df', [x: string]: any }, - '6c2ad4a6-cbf1-4a5b-b187-b772826cfc6d': {'message':'That game has already ended.', 'code':'ALREADY_ENDED', 'id':'6c2ad4a6-cbf1-4a5b-b187-b772826cfc6d', [x: string]: any }, - '6e04164b-a992-4c93-8489-2123069973e1': {'message':'Access denied.', 'code':'ACCESS_DENIED', 'id':'6e04164b-a992-4c93-8489-2123069973e1', [x: string]: any }, - '8fb05624-b525-43dd-90f7-511852bdfeee': {'message':'No such game.', 'code':'NO_SUCH_GAME', 'id':'8fb05624-b525-43dd-90f7-511852bdfeee', [x: string]: any }, -};