Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Document 'OMPSInvalidVersionFormat'
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cmiel <acmiel@redhat.com>
  • Loading branch information
chmeliik authored and MartinBasti committed Mar 8, 2019
1 parent 530e2e3 commit e503b14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omps/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class QuayPackageNotFound(OMPSError):


class OMPSInvalidVersionFormat(OMPSError):
"""Invalid version format"""
"""Quay package version does not follow the required format.
The format should be 'x.y.z', where x, y, z are positive integers or 0"""
code = 400


Expand Down

0 comments on commit e503b14

Please sign in to comment.