diff --git a/openeo/rest/__init__.py b/openeo/rest/__init__.py index 37b3a8170..996e145de 100644 --- a/openeo/rest/__init__.py +++ b/openeo/rest/__init__.py @@ -81,10 +81,10 @@ class OpenEoApiError(OpenEoApiPlainError): def __init__( self, + message: str, *, http_status_code: int, code: str, - message: str, id: Optional[str] = None, url: Optional[str] = None, ):