@smithers-orchestrator/errors 0.24.0 → 0.24.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithers-orchestrator/errors",
3
- "version": "0.24.0",
3
+ "version": "0.24.2",
4
4
  "description": "Error types, tagged errors, and error utilities for Smithers",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -231,7 +231,7 @@ export const smithersErrorDefinitions = {
231
231
  },
232
232
  ASPECT_BUDGET_EXCEEDED: {
233
233
  category: "components",
234
- when: "Reserved for future Aspects budget enforcement; the runtime does not emit this code yet.",
234
+ when: "An Aspects budget (tokens or latency) has been exceeded.",
235
235
  details: "{ kind, limit, current }",
236
236
  },
237
237
  APPROVAL_OUTSIDE_TASK: {