We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47c434 commit c4069b0Copy full SHA for c4069b0
lib/errors/arsenalErrors.ts
@@ -285,6 +285,12 @@ export const MalformedXML: ErrorFormat = {
285
'The XML you provided was not well-formed or did not validate against our published schema.',
286
};
287
288
+export const MalformedTrailerError: ErrorFormat = {
289
+ code: 400,
290
+ description:
291
+ 'The request contained trailing data that was not well-formed or did not conform to our published schema.',
292
+};
293
+
294
export const MaxMessageLengthExceeded: ErrorFormat = {
295
code: 400,
296
description: 'Your request was too big.',
0 commit comments