|
# | Result Code | Fixit! | Error Message |
-3150 | kOTBadAddressErr | N/A | The specified protocol address was in an incorrect format or contained illegal information. |
-3151 | kOTBadOptionErr | N/A | The specified protocol options were in an incorrect format or contained illegal information. |
-3152 | kOTAccessErr | N/A | The user does not have permission to negotiate the specified address or options. |
-3153 | kOTBadReferenceErr | N/A | The specified EndpointRef or TEndpoint * does not refer to a valid endpoint. |
-3154 | kOTNoAddressErr | N/A | The endpoint could not allocate an address, or an address was required and not supplied by the client. |
-3155 | kOTOutStateErr | N/A | The function was issued in the wrong sequence. |
-3156 | kOTBadSequenceErr | N/A | An invalid sequence number was specified, or a NULL call pointer was specified when rejecting a connection request. |
-3158 | kOTLookErr | N/A | An asynchronous event has occurred on this endpoint. |
-3159 | kOTBadDataErr | N/A | The amount of client data specified was not within the bounds allowed by the endpoint. |
-3160 | kOTBufferOverflowErr | N/A | The number of bytes allocated to hold a result is greater than zero, but not sufficient to store the result. |
-3161 | kOTFlowErr | N/A | The endpoint is in asynchronous mode, but the flow control mechanism prevents the endpoint from accepting any data at this time. |
-3162 | kOTNoDataErr | N/A | This endpoint is in non-blocking mode, but no data is currently available. It is also returned by LookupName when no names are found. |
-3163 | kOTNoDisconnectErr | N/A | No disconnect indication is available. |
-3164 | kOTNoUDErrErr | N/A | No unit data error indication currently exists on this endpoint. |
-3165 | kOTBadFlagErr | N/A | An invalid flag was specified. |
-3166 | kOTNoReleaseErr | N/A | No orderly release indication currently exists on this endpoint. |
-3167 | kOTNotSupportedErr | N/A | This action is not supported by this endpoint. |
-3168 | kOTStateChangeErr | N/A | The endpoint is undergoing a transient state change. |
-3169 | kOTStructureTypeErr | N/A | An unsupported structure type was passed in the structType field. |
-3170 | kOTBadNameErr | N/A | The endpoint name is invalid. |
-3171 | kOTBadQLenErr | N/A | The argument qlen when the endpoint was bound with Bind was zero. |
-3172 | kOTAddressBusyErr | N/A | The requested address is in use, or this endpoint does not support multiple connections with the same local and remote addresses. |
-3173 | kOTIndOutErr | N/A | There are outstanding connection indications on the endpoint. All other connection indications must be handled either by rejecting them with SndDisconnect, or by accepting them with Accept. |
-3174 | kOTProviderMismatchErr | N/A | The endpoint that is to accept the connection is not the same kind of endpoint as this one. |
-3175 | kOTResQLenErr | N/A | When this endpoint was bound (see Bind), the qlen parameter was greater than zero. But to accept a connection on an alternate end-point, such as this one, the endpoint must be bound with a qlen parameter equal to zero. |
-3176 | kOTResAddressErr | N/A | The address to which this endpoint is bound differs from that of the endpoint that received the connection request; thus, this endpoint cannot accept this connection request. |
-3177 | kOTQFullErr | N/A | The maximum number of outstanding indications has been reached for the endpoint. |
-3178 | kOTProtocolErr | N/A | An unspecified protocol error occurred. |
-3179 | kOTBadSyncErr | N/A | A call to Sync was made at non-SystemTask time. |
-3180 | kOTCanceledErr | N/A | An outstanding call was canceled. |
0000 | kOTNoError | N/A | The function completed execution without error. |