refactor: rename error classes for consistency and clarity; update related code and tests

This commit is contained in:
bohd4nx
2026-03-15 22:03:32 +02:00
parent 9a090e3dbc
commit 7f269d9a87
17 changed files with 347 additions and 186 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ body:
attributes:
label: Current behavior
description: Describe what is actually happening.
placeholder: e.g. RequestError is raised with status 400.
placeholder: e.g. ParseError is raised with status 400.
validations:
required: true
@@ -91,7 +91,7 @@ body:
Traceback (most recent call last):
File "main.py", line 7, in main
...
fragmentapi.types.RequestError: ...
fragmentapi.types.ParseError: ...
render: sh
- type: textarea