Skip to content
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

Add Status::IsNotSupported and IsInvalidArgument methods. #178

Closed
cmumford opened this issue Sep 9, 2014 · 1 comment
Closed

Add Status::IsNotSupported and IsInvalidArgument methods. #178

cmumford opened this issue Sep 9, 2014 · 1 comment
Assignees

Comments

@cmumford
Copy link
Contributor

cmumford commented Sep 9, 2014

Original issue 172 created by nemequ on 2013-05-22T09:26:34.000Z:

There is currently no way to tell whether a Status is a NotSupported or InvalidArgument error. Trivial patch attached.

@cmumford
Copy link
Contributor Author

Added in f67e15e (initial checkin)

orrorcol added a commit to orrorcol/leveldb that referenced this issue Dec 15, 2019
This problem occurs when the size of value is bigger than 1ull << 32.
The reason is that you use an uint32_t type to represent the size of value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant