We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding something like
"user_ctx": null
to the replication document results in the state failed which is correct but the error reason is: "{error,{case_clause,null}}" which is not the best.
failed
"{error,{case_clause,null}}"
Same goes for using a null value for a header in a source/target endpoint object.
null
The text was updated successfully, but these errors were encountered:
If not an error with a specific field identifier and value being mentioned at least it would be nice to have something like "document parsing failed".
Sorry, something went wrong.
This is almost something which would benefit from a (the horror!) schema validation to pre-flight this and catch lots of errors in one go?
No branches or pull requests
Adding something like
to the replication document results in the state
failed
which is correct but the error reason is:"{error,{case_clause,null}}"
which is not the best.Same goes for using a
null
value for a header in a source/target endpoint object.The text was updated successfully, but these errors were encountered: