Skip to content

python backend improvements#171

Merged
hchataing merged 2 commits intomainfrom
python-backend-improvements
Apr 3, 2026
Merged

python backend improvements#171
hchataing merged 2 commits intomainfrom
python-backend-improvements

Conversation

@hchataing
Copy link
Copy Markdown
Collaborator

  • Cleanup the DecodeError type
  • Implement dedicating exception classes in python backend
  • Update the python backend documentation

@hchataing hchataing force-pushed the python-backend-improvements branch 2 times, most recently from a59c72a to 3c92013 Compare April 3, 2026 09:45
Error conditions were previously reported using the standard
ValueError exception. Implement the following exception types
to improve reporting:

  - DecodeError
  - EnumValueError
  - FixedValueError
  - ConstraintValueError
  - LengthError
  - ArraySizeError
  - TrailingBytesError
@hchataing hchataing force-pushed the python-backend-improvements branch from 3c92013 to 1a39645 Compare April 3, 2026 09:53
@hchataing hchataing merged commit 7092f28 into main Apr 3, 2026
10 checks passed
@hchataing hchataing deleted the python-backend-improvements branch April 3, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant