Skip to content

Commit

Permalink
temp: slightly better explanation in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ormsbee committed Aug 28, 2024
1 parent 3e16c75 commit 5d6c610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx_learning/apps/authoring/components/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def _error_header(error: AssertionError) -> dict[str, str]:


class AssetError(StrEnum):
"""Different errors"""
"""Error codes related to fetching ComponentVersion assets."""
ASSET_PATH_NOT_FOUND_FOR_COMPONENT_VERSION = auto()
ASSET_NOT_LEARNER_DOWNLOADABLE = auto()
ASSET_HAS_NO_DOWNLOAD_FILE = auto()
Expand Down

0 comments on commit 5d6c610

Please sign in to comment.