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
For every call to the API, ResponseCode is cast to int which throws this error: type 'String' is not a subtype of type 'int' in type cast
ResponseCode
int
type 'String' is not a subtype of type 'int' in type cast
The text was updated successfully, but these errors were encountered:
Getting the same error, which means we are unable to view the result. please fix
Sorry, something went wrong.
959db60
newtonmunene99
No branches or pull requests
For every call to the API,
ResponseCode
is cast toint
which throws this error:type 'String' is not a subtype of type 'int' in type cast
The text was updated successfully, but these errors were encountered: