Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…b-python-driver into feature/data_fusion_support
  • Loading branch information
zansinergise committed Nov 17, 2023
2 parents 10eb416 + 5b3be16 commit cb19ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/openeoerrors.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def __init__(self, width, height) -> None:
class InsufficientCredits(SHOpenEOError):
error_code = "InsufficientCredits"
http_code = 402
message = "You do not have sufficient credits to perform this request. Please visit https://portal.terrascope.be/pages/pricing to find more information on how to buy additional credits."
message = "You do not have enough credits to perform this request. Please visit https://openeo.vito.be/portal/pages/pricing for more information on how to purchase additional credits."


class DataFusionNotPossibleDifferentSHDeployments(SHOpenEOError):
Expand Down

0 comments on commit cb19ec9

Please sign in to comment.