Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace *errors.errorString with InadmissibleTagContentTypeError #552

Merged
merged 1 commit into from
Jun 10, 2024

Commits on Jun 9, 2024

  1. Add and use InadmissibleTagContentTypeError

    Currently *errors.errorString is returned when unmarshalling
    built-in tags (tag 0-3 and 21-23) with inadmissible content type.
    
    This commit adds InadmissibleTagContentTypeError and returns this
    error with the same error message as before when unmarshalling
    build-in tags with inadmissible content type.
    fxamacker committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    b84b471 View commit details
    Browse the repository at this point in the history