Skip to content

Commit

Permalink
More fields in SubmissionStatusEnum: plan select & specific invalid s…
Browse files Browse the repository at this point in the history
…tates
  • Loading branch information
Praseetha-KR committed Aug 17, 2020
1 parent 792627e commit 943a183
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ak_vendor/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ class Meta:
VALIDATE_FAILED = [5, 'Failed to validate the file']
ANALYZE_PREPARE = [6, 'Preparing to analyze the file']
ANALYZING = [7, 'The file is being analyzed']
PLAN_SELECTION = [8, 'Awaiting plan selection']
INVALID_APP = [9, 'Invalid app file']
INVALID_PAYMENT = [10, 'Insufficient credits']
INVALID_NAMESPACE = [11, 'Unapproved namespace']
INVALID_PERMISSION = [12, 'Project permission denied']
INVALID_ARCHIVED_PROJECT = [13, 'Archived project']


@choices
Expand Down

0 comments on commit 943a183

Please sign in to comment.