Skip to content

Commit

Permalink
ARSN-422: update max post field length error
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Toozs committed Jul 1, 2024
1 parent 6a568af commit 1016c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/errors/arsenalErrors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@ export const MaxMessageLengthExceeded: ErrorFormat = {
description: 'Your request was too big.',
};

export const MaxPostPreDataLengthExceededError: ErrorFormat = {
export const MaxPostPreDataLengthExceeded: ErrorFormat = {
code: 400,
description:
'Your POST request fields preceding the upload file were too large.',
'Your POST request fields preceeding the upload file was too large.',
};

export const MetadataTooLarge: ErrorFormat = {
Expand Down

0 comments on commit 1016c27

Please sign in to comment.