Skip to content

Commit 6745156

Browse files
Caden-Ellis77gaijin03
authored andcommitted
Add ESLURM_EMPTY_LIST error code
Bug 15779
1 parent a658cff commit 6745156

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

slurm/slurm_errno.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ typedef enum {
245245
ESLURM_INVALID_HET_STEP_JOB,
246246
ESLURM_JOB_TIMEOUT_KILLED,
247247
ESLURM_JOB_NODE_FAIL_KILLED,
248+
ESLURM_EMPTY_LIST,
248249

249250
/* SPANK errors */
250251
ESPANK_ERROR = 3000,

src/common/slurm_errno.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,8 @@ slurm_errtab_t slurm_errtab[] = {
437437
"Job killed due hitting max wall clock limit" },
438438
{ ERRTAB_ENTRY(ESLURM_JOB_NODE_FAIL_KILLED),
439439
"Job killed due node failure" },
440+
{ ERRTAB_ENTRY(ESLURM_EMPTY_LIST),
441+
"Empty list" },
440442

441443
/* SPANK errors */
442444
{ ERRTAB_ENTRY(ESPANK_ERROR),

0 commit comments

Comments
 (0)