:drunk: Update the stellar program tier error

This commit is contained in:
2025-07-27 03:32:28 +08:00
parent 4c0d381be2
commit 05284760a7

View File

@@ -73,7 +73,7 @@ public abstract class TusService
{
eventContext.FailRequest(
HttpStatusCode.Forbidden,
$"You need to have join the Stellar Program tier {pool.PolicyConfig.RequirePrivilege} to use this pool"
$"You need to have join the Stellar Program to use this pool"
);
return;
}
@@ -84,7 +84,7 @@ public abstract class TusService
{
eventContext.FailRequest(
HttpStatusCode.Forbidden,
$"You need to have join the Stellar Program tier {pool.PolicyConfig.RequirePrivilege} to use this pool"
$"You need Stellar Program tier {pool.PolicyConfig.RequirePrivilege} to use this pool, you are tier {privilege}"
);
return;
}