ECONNREFUSEDECONNREFUSED
The connection was refused because no server is listening on the target address and port.
84 个带有"io"标签的错误代码
ECONNREFUSEDThe connection was refused because no server is listening on the target address and port.
ECONNRESETThe remote server forcibly closed the connection.
EADDRINUSEThe address (port) is already in use by another process.
ENOENTThe specified file or directory does not exist at the given path.
EISDIRA file operation was attempted on a path that is a directory.
ENOTDIRA directory operation was attempted on a path that is not a directory.
EEXISTA file creation operation failed because the target path already exists.
EPIPEAn attempt was made to write to a pipe or socket whose reading end has been closed.
ERR_MODULE_NOT_FOUNDAn ES module import could not be resolved because the specified file does not exist.
ERR_STREAM_PREMATURE_CLOSEA stream was closed before it finished reading or writing all data.
ERR_FS_CP_DIR_TO_NON_DIRAn attempt was made to copy a directory to a non-directory destination.
Error: Cannot find moduleNode.js could not locate the specified module in any of the searched paths.
FileNotFoundErrorThe specified file or directory does not exist.
FileExistsErrorAn operation failed because the file or directory already exists.
OSErrorA system-level error occurred during an I/O operation.
IOErrorAn I/O operation failed. IOError is an alias for OSError in Python 3.
IsADirectoryErrorA file operation was attempted on a path that is a directory.
NotADirectoryErrorA directory operation was attempted on a path that is not a directory.
EOFErrorThe input() function or raw_input() hit end-of-file without reading any data.
ConnectionErrorA connection-related error occurred during a network operation.
ConnectionRefusedErrorThe connection was refused because no server is listening on the target address.
ConnectionResetErrorThe connection was forcibly closed by the remote server.
ConnectionAbortedErrorThe connection was aborted by the local machine.
BrokenPipeErrorAn attempt was made to write to a pipe or socket whose reading end has been closed.
ChildProcessErrorA child process operation failed.
ProcessLookupErrorThe specified process does not exist.
InterruptedErrorA system call was interrupted by an incoming signal.
BlockingIOErrorAn I/O operation would block on a non-blocking object.
EnvironmentErrorAn alias for OSError. Exists for backward compatibility with Python 2.
subprocess.CalledProcessErrorA subprocess exited with a non-zero return code.
ERR_STREAM_WRITE_AFTER_ENDAn attempt was made to write to a stream after it has been ended.
ERR_CHILD_PROCESS_STDIO_MAXBUFFERA child process produced more output than the maxBuffer limit allows.
ENOENTThe specified file or directory does not exist in the filesystem.
EIOA physical or low-level I/O error occurred during a read or write operation.
ENXIOThe device specified by a special file does not exist or is not configured.
EBADFA file descriptor argument is not a valid open file descriptor or is not open for the requested operation.
ENODEVThe requested device type or device driver is not available in the system.
ENFILEThe system-wide limit on the total number of open files has been reached.
EMFILEThe per-process limit on the number of open file descriptors has been reached.
ENOTTYAn ioctl request was made on a file descriptor that does not support it.
ESPIPEA seek operation was attempted on a file descriptor that does not support seeking.
EPIPEA write was attempted on a pipe or socket for which the reading end has been closed.
ENOSTRA STREAMS-specific operation was attempted on a non-STREAMS file descriptor.
ENODATANo data is available from the STREAMS device or no named attribute was found.
EBADMSGA message received on a STREAMS device or messaging interface was malformed.
EREMOTEIOA remote I/O operation failed due to a communication or device error.
ENOMEDIUMNo removable medium is present in the drive or device.
EMEDIUMTYPEThe medium in the device is not the type expected by the operation.
SIGPIPE (13)The process attempted to write to a pipe or socket whose reading end has been closed.
SIGIO (29)A file descriptor is ready for I/O, used with signal-driven async I/O.
Exit 141The process was terminated by SIGPIPE (signal 13) due to a broken pipe.
58030A disk I/O error occurred during a database operation.
SQLITE_IOERR (10)A disk I/O error occurred while reading or writing the database.
ERROR_NOT_READY (21)The device is not ready for use.
ERROR_WRITE_FAULT (29)The system cannot write to the specified device.
ERROR_READ_FAULT (30)The system cannot read from the specified device.
ERROR_PIPE_BUSY (231)All pipe instances are busy.
ERROR_OPERATION_ABORTED (995)The I/O operation was aborted due to a thread exit or application request.
ERROR_IO_INCOMPLETE (996)An overlapped I/O event is not in a signaled state.
ERROR_IO_PENDING (997)An overlapped I/O operation is in progress.
KERNEL_DATA_INPAGE_ERROR (0x0000007A)The kernel could not read a required page of data from the disk.
INACCESSIBLE_BOOT_DEVICE (0x0000007B)Windows cannot access the boot device during startup.
ERROR_TOO_MANY_OPEN_FILES (4)The system has too many open files.
ERROR_CRC (23)A data error (cyclic redundancy check) was detected.
ERROR_NET_WRITE_FAULT (56)A network write operation failed.
ERROR_NEGATIVE_SEEK (131)An attempt was made to move the file pointer before the beginning of the file.
ERROR_SEEK_ON_DEVICE (132)A seek operation was attempted on a non-seekable device.
ERROR_NO_DATA (232)The pipe is being closed.
IOExceptionAn I/O operation fails or is interrupted.
FileNotFoundExceptionThe specified file path does not exist or cannot be opened.
SocketExceptionA socket operation fails, such as creating or accessing a socket.
SocketTimeoutExceptionA socket read or connection operation times out.
ConnectExceptionA connection to a remote host cannot be established.
UnknownHostExceptionThe hostname cannot be resolved to an IP address.
MalformedURLExceptionA URL string is not in a valid format.
EOFExceptionEnd of file or stream is reached unexpectedly.
ClosedChannelExceptionAn operation is attempted on a channel that has been closed.
Font loading failedA web font could not be loaded from the specified URL.
BufferUnderflowExceptionA read operation on a buffer exceeds the remaining data.
BufferOverflowExceptionA write operation on a buffer exceeds its capacity.
ReadOnlyBufferExceptionA write operation is attempted on a read-only buffer.
ObjectStreamExceptionAn exception occurred during Java object serialization or deserialization.
NotSerializableExceptionAn object that does not implement Serializable is being serialized.
InvalidClassExceptionA serialized class has an incompatible version or invalid format.