signalapp / libsignal

Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.
GNU Affero General Public License v3.0
3.08k stars 362 forks source link

protocol: Tidy up some error strings #431

Closed jrose-signal closed 2 years ago

jrose-signal commented 2 years ago

And straighten out InvalidState (a precondition the caller failed to enforce) vs. InternalError (something went wrong that the caller couldn't have checked for).