We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a568af commit 1016c27Copy full SHA for 1016c27
lib/errors/arsenalErrors.ts
@@ -281,10 +281,10 @@ export const MaxMessageLengthExceeded: ErrorFormat = {
281
description: 'Your request was too big.',
282
};
283
284
-export const MaxPostPreDataLengthExceededError: ErrorFormat = {
+export const MaxPostPreDataLengthExceeded: ErrorFormat = {
285
code: 400,
286
description:
287
- 'Your POST request fields preceding the upload file were too large.',
+ 'Your POST request fields preceeding the upload file was too large.',
288
289
290
export const MetadataTooLarge: ErrorFormat = {
0 commit comments