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

ensure unique exit codes for atclient_get_shared_encryption_key_shared_by_me #550

Open
XavierChanth opened this issue Feb 5, 2025 · 0 comments
Assignees

Comments

@XavierChanth
Copy link
Member

A bunch of return codes are propagated from other functions and in some cases those functions are propagating error codes from other libraries.

This particular function has a special case error code which represents:

error:AT0015-key not found

This is the only error code in which it is acceptable to create a new shared encryption key, so we need to guarantee that the return code for error:AT0015-key not found can only occur when we receive error:AT0015-key not found from the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants