-
Notifications
You must be signed in to change notification settings - Fork 65
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
Wrong error codes #15
Labels
bug
Something isn't working
Comments
I'll look into it. |
Opened a PR to fix this #16 |
Noticed that |
Should be fixed in the new release 👍 |
In the new release i get |
I cannot reproduce the error: |
Oh. It was the dependency parser throwing TypeError.
|
Great. thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some error codes are wrongs
FormulaError { _error: '#NA!' }
Received -
Error: Argument type 0 is missing.
FormulaError { _error: '#NAME?' }
Received
Error: Function SUMS is not implemented.
The text was updated successfully, but these errors were encountered: