Updated
On this page
Custom exception hierarchy for rlsbl.
#rlsbl.errors
#rlsbl.errors
Custom exception hierarchy for rlsbl, providing typed error classes for config, workspace, changelog, version, and release file failures.
#RlsblError
Base exception for all rlsbl errors.
#ConfigError
Invalid config.json, pipeline, or deploy configuration.
#WorkspaceError
Invalid workspace.toml or layers configuration.
#ChangelogError
Invalid JSONL changelog entry or schema.
#VersionError
Version not found in manifest or semver parse failure.
#ReleaseFileError
Invalid unreleased.toml, retry.toml, or batch release file.
#GitError
Git infrastructure failure (detached HEAD, shallow clone, push timeout).
#PostReleaseError
Post-mutation failure where the error is already printed and no rollback is possible.