Current section
Files
Jump to
Current section
Files
lib/bb/error/category.ex
# SPDX-FileCopyrightText: 2025 James Harton
#
# SPDX-License-Identifier: Apache-2.0
defmodule BB.Error.Category do
@moduledoc """
Error class for command category-related errors.
These errors occur when commands cannot be executed due to
category-level constraints such as concurrency limits.
"""
end