summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/enum/unix_errno.enum.ts
blob: 98bcb689f135b6ed244447c1d3fef65cf728cc33 (plain)
1
2
3
4
// http://www.virtsync.com/c-error-codes-include-errno
export enum UnixErrno {
  EEXIST = 17 // File exists
}