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
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.
The text was updated successfully, but these errors were encountered:
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 receiveerror:AT0015-key not found
from the server.The text was updated successfully, but these errors were encountered: