Editing User talk:Euss/Network Errorcodes
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 5: | Line 5: | ||
! Value !! No. !! Description | ! Value !! No. !! Description | ||
|- | |- | ||
| (undefined) || - | | (undefined) || -0x1 || Internal error for protocol stack | ||
|- | |- | ||
| SCE_NET_ENOENT || | | SCE_NET_ENOENT || 0x2 || No resources are in wait state | ||
|- | |- | ||
| SCE_NET_EINTR || | | SCE_NET_EINTR || 0x4 || Blocking canceled by abort function | ||
|- | |- | ||
| SCE_NET_EBADF || | | SCE_NET_EBADF || 0x9 || Invalid Net library ID specified | ||
|- | |- | ||
| SCE_NET_ENOMEM || | | SCE_NET_ENOMEM || 0xC || Insufficient memory (kernel) | ||
|- | |- | ||
| SCE_NET_EACCES || | | SCE_NET_EACCES || 0xD || Attempted to use an area reserved by the system<br />Attempted to send to a broadcast address | ||
|- | |- | ||
| SCE_NET_EFAULT || | | SCE_NET_EFAULT || 0xE || Invalid address specified | ||
|- | |- | ||
| SCE_NET_ENOTBLK || | | SCE_NET_ENOTBLK || 0xF || Abort process called while target is not in wait state | ||
|- | |- | ||
| SCE_NET_EBUSY || 0x10 || The Net library already initialized | | SCE_NET_EBUSY || 0x10 || The Net library already initialized |