Skip to content

Commit f795680

Browse files
committed
adding MonthlyContributorsError to pyApi
1 parent 3cc76f8 commit f795680

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mergin/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
class ErrorCode(Enum):
1515
ProjectsLimitHit = "ProjectsLimitHit"
1616
StorageLimitHit = "StorageLimitHit"
17+
MonthlyContributorsError = "MonthlyContributorsError"
1718

1819

1920
class ClientError(Exception):

0 commit comments

Comments
 (0)