chore: explicit error message

This commit is contained in:
Maël Gangloff
2024-08-19 16:48:37 +02:00
parent 985271af2d
commit b473a6932a

View File

@@ -197,7 +197,7 @@ readonly class OvhConnector implements ConnectorInterface
}
if (!$ok) {
throw new BadRequestHttpException('The credentials provided do not have enough permissions to purchase a domain name.');
throw new BadRequestHttpException('This Connector does not have enough permissions on the Provider API. Please recreate this Connector.');
}
}