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
example:
hoodie.store.findOrAdd( 'account', 'abc@123.com', {id:'abc@123.com', abc: 123} ).done( console.log.bind(console) ).fail( console.error.bind(console) );
results in:
HoodieError { id: "abc@123.com", name: "HoodieObjectIdError", message: "'abc@123.com' is invalid object id. undefined." }
HoodieError.message should also contain:
HoodieError.message
@ or . characters are disallowed.
@
.
The text was updated successfully, but these errors were encountered:
Thanks @skibz, that's a good one! I'll leave it open for reference for the implementation of the new hoodie.store API
hoodie.store
Sorry, something went wrong.
closing in favor of hoodiehq/pouchdb-hoodie-api#80
No branches or pull requests
example:
results in:
HoodieError.message
should also contain:The text was updated successfully, but these errors were encountered: