Skip to content

Commit fbb4a65

Browse files
committed
Add LimitStorageHit error to enum
1 parent 34fd1ad commit fbb4a65

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mergin/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Error code from the public API, add to the end of enum as we handle more eror
1414
class ErrorCode(Enum):
1515
ProjectsLimitHit = "ProjectsLimitHit"
16+
StorageLimitHit = "StorageLimitHit"
1617

1718

1819
class ClientError(Exception):

0 commit comments

Comments
 (0)