Class ErrorCodeConstants
java.lang.Object
com.github.tobato.fastdfs.domain.proto.ErrorCodeConstants
fastdfs协议错误码的常量
- Author:
- yuqih
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final byte -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SUCCESS
public static final byte SUCCESS- See Also:
-
ERR_NO_ENOENT
public static final byte ERR_NO_ENOENT- See Also:
-
ERR_NO_EIO
public static final byte ERR_NO_EIO- See Also:
-
ERR_NO_EBUSY
public static final byte ERR_NO_EBUSY- See Also:
-
ERR_NO_EINVAL
public static final byte ERR_NO_EINVAL- See Also:
-
ERR_NO_ENOSPC
public static final byte ERR_NO_ENOSPC- See Also:
-
ERR_NO_CONNREFUSED
public static final byte ERR_NO_CONNREFUSED- See Also:
-
ERR_NO_EALREADY
public static final byte ERR_NO_EALREADY- See Also:
-
-
Constructor Details
-
ErrorCodeConstants
public ErrorCodeConstants()
-