Next: Package Locks in Compiled Code, Previous: Implementation Packages, Up: Package Lock Concepts
If an operation violates a package lock, a continuable error that is
of a subtype of sb-ext:package-lock-violation
(subtype of
package-error
) is signalled when the operation is attempted.
Additional restarts may be established for continuable package lock violations for interactive use.
The actual type of the error depends on circumstances that caused the
violation: operations on packages signal errors of type
sb-ext:package-locked-error
, and operations on symbols signal
errors of type sb-ext:symbol-package-locked-error
.