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

Add additional error codes #36

Merged
merged 1 commit into from
Jan 7, 2015
Merged

Add additional error codes #36

merged 1 commit into from
Jan 7, 2015

Conversation

ekohl
Copy link
Contributor

@ekohl ekohl commented Jan 2, 2015

No description provided.

893: RuleViolation, # Algorithm field has wrong value
894: RuleViolation, # Digest type field has wrong value
895: RuleViolation, # DNSSEC keys and digests should be BASE64 encoded
896: RuleViolation, # DNSSEC processing error
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps this should be a ServerError?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depends on whether the user or OP caused it, I guess.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had that problem with a lot of these errors. Hard to find out just by the error message. Downgrade to the generic exception?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either that, or ask OP for a clarification.

wandernauta added a commit that referenced this pull request Jan 7, 2015
@wandernauta wandernauta merged commit 6fd68d2 into master Jan 7, 2015
@wandernauta wandernauta deleted the additional-error-codes branch January 7, 2015 11:59
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.

None yet

2 participants