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

How are err:XC0081 and err:XC0085 different? #561

Closed
ndw opened this issue May 1, 2024 · 2 comments
Closed

How are err:XC0081 and err:XC0085 different? #561

ndw opened this issue May 1, 2024 · 2 comments

Comments

@ndw
Copy link
Collaborator

ndw commented May 1, 2024

err:XC0081 is:

It is a dynamic error (err:XC0081) if the format of the archive does not match the format as specified in the format option.

and a couple of paragraphs later, err:XC0085 is:

It is a dynamic error (err:XC0085) if the format of the archive does not match the specified format, cannot be understood, determined and/or processed.

Was the intent that 81 is "you said ZIP but this isn't a ZIP" and 85 is "I can't figure out what this is or you said it was a ZZ archive and I don't now what a ZZ archive is"?

@gimsieke
Copy link
Contributor

gimsieke commented May 1, 2024

Can we safely exclude the C0081 case (format option doesn’t match) from C0085? So that the latter then reads:

It is a dynamic error (err:XC0085) if the format of the archive cannot be understood, determined and/or processed.

@ndw
Copy link
Collaborator Author

ndw commented May 1, 2024

Yes, that's the conclusion I was coming to as I wrote up the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants