Current section
Files
Jump to
Current section
Files
lib/bb/error/state.ex
# SPDX-FileCopyrightText: 2025 James Harton
#
# SPDX-License-Identifier: Apache-2.0
defmodule BB.Error.State do
@moduledoc """
State machine error classes.
These errors represent violations of the robot state machine,
such as attempting operations in invalid states or state
transition failures.
"""
end