@forge/events
2.0.152.0.15-experimental-e9a12c2
out/text.js~
out/text.jsModified+2
Index: package/out/text.js
===================================================================
--- package/out/text.js
+++ package/out/text.js
@@ -3,13 +3,15 @@
exports.Text = void 0;
exports.Text = {
error: {
invalidQueueName: `Queue names can only contain alphanumeric characters, dashes and underscores.`,
+ queueNameExceedingMaxLimit: `Queue names for Fifo queues must be within 36 characters`,
invalidEvent: `Event must be an object.`,
invalidEventBody: `Event body must be an object.`,
invalidDelayInSecondsSetting: `The delayInSeconds setting must be between 0 and 900.`,
maxEventsAllowed: (maxEventsCount) => `This push contains more than the ${maxEventsCount} events allowed.`,
maxPayloadAllowed: (maxPayloadSize) => `The maximum payload size is ${maxPayloadSize}KB.`,
+ invalidEventId: `Event id for Fifo queues must not be null and within 36 characters`,
noEventsPushed: `No events pushed.`,
rateLimitError: `Too many requests.`,
invocationLimitReachedError: `The limit on cyclic invocation has been reached.`,
jobIdEmpty: `jobId cannot be empty.`,