Exception: OpenSSL::HPKE::HPKEError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
::OpenSSL::OpenSSLError,
::StandardError,
Exception
|
|
|
Instance Chain:
self,
::OpenSSL::OpenSSLError,
::StandardError,
Exception
|
|
| Inherits: |
OpenSSL::OpenSSLError
|
| Defined in: | ext/openssl/ossl_hpke.c, ext/openssl/ossl_hpke.c |
Overview
Generic exception raised when an ::OpenSSL::HPKE operation fails.
Instance Attribute Summary
::OpenSSL::OpenSSLError - Inherited
| #errors | OpenSSL error queue entries captured at the time the exception was raised. |
Instance Method Summary
::OpenSSL::OpenSSLError - Inherited
| #detailed_message | Returns the exception message decorated with the captured OpenSSL error queue entries. |