A set of messages from the low-level I/O event handling sub-system
| Name | Severity | ID | Description | Action |
|---|---|---|---|---|
| AcceptError | error | 114 | An error occurred in accept. | |
| AddrType | error | 112 | The socket address specified a family not known to the stream provider. | |
| Connected | success | 113 | The stream provider is connected to the peer. | |
| ConnectionClosed | notice | 103 | The Peer network entity closed the connection. | |
| DupRead | error | 110 | A read request was received by a stream provider, when there was already an outstanding read request. | |
| DupWrite | error | 111 | A write request was received by a stream provider, when there was already an outstanding write request. | |
| Inherit | fatal | 118 | In order to pass a connection to another process it has to be made inheritable. This operation failed. | |
| InvalidParameter | error | 100 | An invalid parameter was received in a request. | |
| IOerror | fatal | 102 | A system error occurred on the connection. | |
| Listening | success | 117 | The provider is listening OK | |
| ManagerCreated | error | 2 | An event manager has already been created. | Programmer or configuration error |
| Managertype | fatal | 1 | In attempting to configure an event manager, an unknown event manager type was provided. | Programmer or configuration error |
| MissingUser | warning | 104 | A Provider has no user with which it can communicate. This could indicate a race condition when both the connection and the user of the connection are shutting down at the same time. | |
| NoPollProvider | fatal | 14 | An I/O Stream needs a Poll Provider, but none has been set up. | |
| NotConnected | error | 101 | A request for I/O was received when the provider was not connected. | |
| Pollerror | error | 12 | The call to the given system call returned an error. These should be very unusual, and are probably the result of a system problem, such as resource limitations. | |
| PollProviderCreated | error | 11 | An poll provider has already been created. | Programmer or configuration error |
| PollProvidertype | fatal | 10 | In attempting to configure a poll service provider, an unknown type was supplied. | Programmer or configuration error |
| PollRegister | fatal | 15 | Registering the end point with the poll service failed. If the error is -1, then the end point was already registered. Other values are system error numbers. | |
| Pollthread | fatal | 13 | A serious problem with locking has occurred. This is can be fatal to the operation of the I/O polling. | |
| SSLalready | warning | 219 | An attempt was made to start TLS when TLS had already been started. | |
| SSLCAfile | error | 217 | The SSL/TLS system failed loading the trusted CA file. | |
| SSLcertdecryptfailed | error | 221 | Could not decrypt the signature in the certificate. | |
| SSLcertexpired | error | 224 | The certificate has a validity period in the past. | |
| SSLcertnotbefore | error | 225 | The certificate has an invalid date in its notBefore field. | |
| SSLcertnotyetvalid | error | 223 | The certificate has a validity period in the future. | |
| SSLcertsignature | error | 222 | The certificate's signature could not be verified. | |
| SSLcertverify | error | 218 | A certificate in the path failed verification for the reason stated. | |
| SSLchaintoolong | error | 229 | The certificate chain was too long. | |
| SSLDHfile | error | 215 | A problem was found reading the Diffie-Hellman parameter file. | |
| SSLDHparam | error | 216 | There is a problem with a Diffie-Hellman parameter read from the parameter file. | |
| SSLentropy | error | 205 | TLS cryptographic random number generator seed data being generated internally. This is probably less secure than you intend, and NOT suitable for production use. | For production use, the configured seed file (name given in the message) should be filled with a sufficient amount of externally-generated cryptographically random data. (This needs to be done only once.) ACCESS CONTROL set on the seed file should prevent all other users reading and writing the file. |
| SSLerror | error | 207 | There was an error in an SSL/TLS function. | |
| SSLID | notice | 209 | The SSL/TLS system loaded the identity found in the file. | |
| SSLIDerror | error | 208 | There was a failure adding the identity from the given file. | |
| SSLIDload | error | 211 | The SSL/TLS system failed loading the ID file. | |
| SSLIDloaderror | error | 212 | The SSL/TLS system failed loading the ID file. | |
| SSLIDmissing | error | 213 | Could not find the identity file id.p12 in the directory. | |
| SSLinvalidCA | error | 230 | The CA's certificate was not valid. | |
| SSLinvalidpurpose | error | 232 | The certificate contained a purpose which is not supported. | |
| SSLkeyusage | error | 237 | A certificate in the path is not allowed to sign another certificate. | |
| SSLleafsignature | error | 228 | The first certificate did not verify. | |
| SSLlibinit | error | 204 | Failed to load SSL/TLS library. | |
| SSLlocalissuer | error | 227 | The local issuer's certificate was not available. | |
| SSLnocert | error | 238 | The configuration requires peer authentication, and no peer certificate was available. | |
| SSLnoIDs | notice | 210 | There were no SSL/TLS identities which could be loaded. | |
| SSLnoissuercert | error | 220 | Peer authentication was unable to get the issuer certificate. | |
| SSLnosuites | error | 206 | There are no cipher suites configured. | |
| SSLnotverified | error | 202 | SSL/TLS failed to verify the peer entity. A subordinate message may give more information. | |
| SSLOK | success | 200 | SSL/TLS has started correctly. | |
| SSLpathlength | error | 231 | The length of the path exceeded the constraint. | |
| SSLpreconfig | error | 203 | The first configuration function call failed. | |
| SSLrejected | error | 234 | The certificate was rejected. | |
| SSLrsablinding | notice | 214 | RSA blinding has been disabled. | |
| SSLselfsigned | error | 226 | A self signed certificate was found in the chain. | |
| SSLserialmismatch | error | 236 | Mistamch with the authority and issuer serial number. | |
| SSLsubjectissuer | error | 235 | There was a mismatch with the subject issuer. | |
| SSLunknown | error | 239 | The verification failed for some unknown reason. | |
| SSLuntrusted | error | 233 | A certificate is not trusted. | |
| SSLverified | success | 201 | SSL/TLS has started correctly, and the peer identity identity has been verified. | |
| StreamProvidertype | fatal | 116 | In attempting to create a stream provider, an unknown type was supplied. | Programmer or configuration error |
| Terminating | notice | 3 | The system is shutting down. | |
| UnknownStreamOpt | warning | 115 | A control message was sent to a stream provider with an unknown option. It was ignored. | |
| WrongState | fatal | 105 | The provider is not the correct state for this operation. |