:drunk: Update the stellar program tier error
This commit is contained in:
@@ -73,7 +73,7 @@ public abstract class TusService
|
|||||||
{
|
{
|
||||||
eventContext.FailRequest(
|
eventContext.FailRequest(
|
||||||
HttpStatusCode.Forbidden,
|
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;
|
return;
|
||||||
}
|
}
|
||||||
@@ -84,7 +84,7 @@ public abstract class TusService
|
|||||||
{
|
{
|
||||||
eventContext.FailRequest(
|
eventContext.FailRequest(
|
||||||
HttpStatusCode.Forbidden,
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user