This commit is contained in:
syuilo
2021-12-09 23:58:30 +09:00
parent 0abe2dfee0
commit c69b72e199
573 changed files with 3318 additions and 3318 deletions

View File

@@ -7,9 +7,9 @@ export const errors = {
message: 'Invalid param.',
code: 'INVALID_PARAM',
id: '3d81ceae-475f-4600-b2a8-2bc116157532',
}
}
}
},
},
},
},
'401': {
'CREDENTIAL_REQUIRED': {
@@ -18,9 +18,9 @@ export const errors = {
message: 'Credential required.',
code: 'CREDENTIAL_REQUIRED',
id: '1384574d-a912-4b81-8601-c7b1c4085df1',
}
}
}
},
},
},
},
'403': {
'AUTHENTICATION_FAILED': {
@@ -29,9 +29,9 @@ export const errors = {
message: 'Authentication failed. Please ensure your token is correct.',
code: 'AUTHENTICATION_FAILED',
id: 'b0a7f5f8-dc2f-4171-b91f-de88ad238e14',
}
}
}
},
},
},
},
'418': {
'I_AM_AI': {
@@ -40,9 +40,9 @@ export const errors = {
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',
}
}
}
},
},
},
},
'429': {
'RATE_LIMIT_EXCEEDED': {
@@ -51,9 +51,9 @@ export const errors = {
message: 'Rate limit exceeded. Please try again later.',
code: 'RATE_LIMIT_EXCEEDED',
id: 'd5826d14-3982-4d2e-8011-b9e9f02499ef',
}
}
}
},
},
},
},
'500': {
'INTERNAL_ERROR': {
@@ -62,8 +62,8 @@ export const errors = {
message: 'Internal error occurred. Please contact us if the error persists.',
code: 'INTERNAL_ERROR',
id: '5d37dbcb-891e-41ca-a3d6-e690c97775ac',
}
}
}
}
},
},
},
},
};