You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I come from an older version of this library which was github.com/snowman-mh/device-check-go and it is redirecting me to this repo now. And I see that the older version was using ErrBitStateNotFound which is missing in this repository. The only trace of this error is found in README and is kind of misleading because the SDK doesn't return this error now:
iferr:=client.QueryTwoBits("DEVICE_TOKEN_FROM_CLIENT", &result); err!=nil {
// error handling// Note that SDK returns ErrBitStateNotFound error if no bits found
}
What would be a suitable replacement for this error in the current version of SDK? I browsed the code and didn't find any. It would be nice to update the README as well.
The text was updated successfully, but these errors were encountered:
Hi! I come from an older version of this library which was
github.com/snowman-mh/device-check-go
and it is redirecting me to this repo now. And I see that the older version was usingErrBitStateNotFound
which is missing in this repository. The only trace of this error is found in README and is kind of misleading because the SDK doesn't return this error now:What would be a suitable replacement for this error in the current version of SDK? I browsed the code and didn't find any. It would be nice to update the README as well.
The text was updated successfully, but these errors were encountered: