DCMTK Version 3.6.7
OFFIS DICOM Toolkit
|
A struct for creating an error condition related to a generic OpenSSL error. More...
Public Member Functions | |
DcmTLSECGenericOpenSSLError () | |
Constructor, initializes the OFConditionConst base. | |
OFCondition | operator() (unsigned long errorCode) const |
Create a specialized OpenSSL error condition that refers to the OpenSSL error code. | |
![]() | |
OFBool | operator== (const OFConditionConst &arg) const |
comparison operator. | |
OFBool | operator!= (const OFConditionConst &arg) const |
comparison operator. | |
Additional Inherited Members | |
![]() | |
unsigned short | theModule |
module identifier. 0 is reserved for global codes. | |
unsigned short | theCode |
status code that is unique for each module | |
OFStatus | theStatus |
condition status enum | |
const char * | theText |
error text | |
A struct for creating an error condition related to a generic OpenSSL error.
DcmTLSECGenericOpenSSLError::DcmTLSECGenericOpenSSLError | ( | ) |
Constructor, initializes the OFConditionConst base.
Don't use this if you don't have a very good reason.
OFCondition DcmTLSECGenericOpenSSLError::operator() | ( | unsigned long | errorCode | ) | const |
Create a specialized OpenSSL error condition that refers to the OpenSSL error code.
errorCode | OpenSSL error code |