PANIC
A panic occurred. This is a last resort error raised form native code to signal a severe problem, like a violation of a critical invariant, that would otherwise have caused a crash. Client code can choose to handle these errors more gracefully, preventing the application from crashing.
Note that any CryptoSessions which might have been involved in a computation leading to a panic must no longer be used as their in-memory state may be corrupt. Such sessions should be closed and may be subsequently reloaded to retry the operation(s).