org.jruby
Interface IErrno
public interface IErrno
Error numbers.
- Author:
- Benoit Cerrina
ENOTEMPTY
static final int ENOTEMPTY
- See Also:
- Constant Field Values
ERANGE
static final int ERANGE
- See Also:
- Constant Field Values
ESPIPE
static final int ESPIPE
- See Also:
- Constant Field Values
ENFILE
static final int ENFILE
- See Also:
- Constant Field Values
EXDEV
static final int EXDEV
- See Also:
- Constant Field Values
ENOMEM
static final int ENOMEM
- See Also:
- Constant Field Values
E2BIG
static final int E2BIG
- See Also:
- Constant Field Values
ENOENT
static final int ENOENT
- See Also:
- Constant Field Values
ENOSYS
static final int ENOSYS
- See Also:
- Constant Field Values
EDOM
static final int EDOM
- See Also:
- Constant Field Values
ENOSPC
static final int ENOSPC
- See Also:
- Constant Field Values
EINVAL
static final int EINVAL
- See Also:
- Constant Field Values
EEXIST
static final int EEXIST
- See Also:
- Constant Field Values
EAGAIN
static final int EAGAIN
- See Also:
- Constant Field Values
ENXIO
static final int ENXIO
- See Also:
- Constant Field Values
EILSEQ
static final int EILSEQ
- See Also:
- Constant Field Values
ENOLCK
static final int ENOLCK
- See Also:
- Constant Field Values
EPIPE
static final int EPIPE
- See Also:
- Constant Field Values
EFBIG
static final int EFBIG
- See Also:
- Constant Field Values
EISDIR
static final int EISDIR
- See Also:
- Constant Field Values
EBUSY
static final int EBUSY
- See Also:
- Constant Field Values
ECHILD
static final int ECHILD
- See Also:
- Constant Field Values
EIO
static final int EIO
- See Also:
- Constant Field Values
EPERM
static final int EPERM
- See Also:
- Constant Field Values
EDEADLOCK
static final int EDEADLOCK
- See Also:
- Constant Field Values
ENAMETOOLONG
static final int ENAMETOOLONG
- See Also:
- Constant Field Values
EMLINK
static final int EMLINK
- See Also:
- Constant Field Values
ENOTTY
static final int ENOTTY
- See Also:
- Constant Field Values
ENOTDIR
static final int ENOTDIR
- See Also:
- Constant Field Values
EFAULT
static final int EFAULT
- See Also:
- Constant Field Values
EBADF
static final int EBADF
- See Also:
- Constant Field Values
EINTR
static final int EINTR
- See Also:
- Constant Field Values
EWOULDBLOCK
static final int EWOULDBLOCK
- See Also:
- Constant Field Values
EDEADLK
static final int EDEADLK
- See Also:
- Constant Field Values
EROFS
static final int EROFS
- See Also:
- Constant Field Values
EMFILE
static final int EMFILE
- See Also:
- Constant Field Values
ENODEV
static final int ENODEV
- See Also:
- Constant Field Values
EACCES
static final int EACCES
- See Also:
- Constant Field Values
ENOEXEC
static final int ENOEXEC
- See Also:
- Constant Field Values
ESRCH
static final int ESRCH
- See Also:
- Constant Field Values
ECONNREFUSED
static final int ECONNREFUSED
- See Also:
- Constant Field Values
ECONNRESET
static final int ECONNRESET
- See Also:
- Constant Field Values
EADDRINUSE
static final int EADDRINUSE
- See Also:
- Constant Field Values
Copyright © 2002-2007 JRuby Team. All Rights Reserved.