Stable string IDs for every error case PilatesError can carry. Public API
(per the SemVer policy in the design doc): renaming a code is a breaking
change. New codes can be added in any minor.
Authored as an as const object so we get both a runtime value (for JS
consumers and equality checks) and a derived string-literal type.
Stable string IDs for every error case PilatesError can carry. Public API (per the SemVer policy in the design doc): renaming a code is a breaking change. New codes can be added in any minor.
Authored as an
as constobject so we get both a runtime value (for JS consumers and equality checks) and a derived string-literal type.