Giter Club home page Giter Club logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
The error code is unix error number.
For detail info, you can see the header file in the unix system: 
/usr/include/errno.h
In Linux, the destination file is: /usr/include/asm/errno.h

Original comment by [email protected] on 25 Aug 2009 at 10:27

from fastdfs.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
for example:
28 means no space left on device, the storage server is full

#define ENOSPC          28      /* No space left on device */

Original comment by [email protected] on 25 Aug 2009 at 10:29

from fastdfs.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
in php, thereis a function socket_strerror,which can return the string desc 
of a 
error number. 

Original comment by [email protected] on 25 Aug 2009 at 12:46

from fastdfs.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
the error no 28 is not the socket errno, it's unix errno.
so you should see the c header file: /usr/include/errno.h

Original comment by [email protected] on 26 Aug 2009 at 11:00

from fastdfs.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024

Original comment by [email protected] on 24 Nov 2010 at 8:05

  • Changed state: Done

from fastdfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.