logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gfs_acl_error - convert a Gfarm ACL error code to a text message

Input Arguments

acl_check_err_code
           A error code returned by gfs_acl_check(3).

Name

       gfs_acl_error - convert a Gfarm ACL error code to a text message

Return Value

       If the acl_check_err_code is GFARM_ACL_MULTI_ERROR, "Multiple entries" is returned. If the
       acl_check_err_code is GFARM_ACL_DUPLICATE_ERROR, "Duplicate entries" is returned. If the
       acl_check_err_code is GFARM_ACL_MISS_ERROR, "Missing or wrong entry" is returned. If the
       acl_check_err_code is GFARM_ACL_ENTRY_ERROR, "Invalid entry type" is returned. "No error" is returned
       otherwise.

See Also

gfs_acl_check(3), gfs_acl_valid(3)

Gfarm                                              14 Feb 2011                                  GFS_ACL_ERROR(3)

Synopsis

#include<gfarm/gfarm.h>constchar*gfs_acl_error(intacl_check_err_code);

See Also