mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
build: finalize 2026.3.23 release
This commit is contained in:
@@ -5,6 +5,7 @@ export function isMissingOperatorReadScopeError(err: unknown): boolean {
|
||||
if (!(err instanceof GatewayRequestError)) {
|
||||
return false;
|
||||
}
|
||||
const detailCode = resolveGatewayErrorDetailCode(err);
|
||||
// AUTH_UNAUTHORIZED is the current server signal for scope failures in RPC responses.
|
||||
// The message-based fallback below catches cases where no detail code is set.
|
||||
if (detailCode === ConnectErrorDetailCodes.AUTH_UNAUTHORIZED) {
|
||||
|
||||
Reference in New Issue
Block a user