CORBA 2.6 Programmer's Reference
Bootstrap Daemon (BSD) Minor Code Values
(Numbers 3100 - 3199)
3100 - 1314065436 - MINOR_BSD_BAD_OBJECT_KEY
Occurs when the object key field of the request is not set to "INIT".
3101 - 1314065437 - MINOR_BSD_BAD_OBJECT_ID
Occurs when the file requested to be opened from the resolve_initial_reference has a
length of zero.
3102 - 1314065438 - MINOR_BSD_OBJECT_ID_NOT_FOUND
Occurs when the file requested to be opened from the resolve_initial_reference cannot
be opened.
3103 - 1314065439 - MINOR_BSD_FILE_TOO_BIG
Occurs when the content of the file requested to be opened from the
resolve_initial_reference exceeds 4096 bytes.
Secure Socket Layer (SSL) Minor Code Values
(Numbers 3200 - 3299)
3200 - 1314065536 - SSL_config_err
Occurs when SSL encounters a configuration error.
3201 - 1314065537 - SSL_alert_close_notify
Occurs when a close notify is received.
3202 - 1314065538 - SSL_alert_unexpected message
Occurs when an inappropriate message was received. This alert signals that one of the
implementations is broken and generating inappropriate messages or sending messages in the
incorrect order.
3203 - 1314065539 - SSL_alert_bad_record_mac
Occurs when an implementation receives a record with a bad MAC. This might represent an
attack.
3203 - 1314065540 - SSL_alert_decryption_failed
Occurs when the cipher text could not be decrypted. It's important to note that RC4 decryption
always appears to succeed, so any error will show as a bad_record_mac alert.
3203 - 1314065541 - SSL_alert_record_overflow
Occurs when the record was larger than allowed by the SSL specification. This alert normally
indicates a bug in the SSL implementation.