Thrown by RestArkProvider when arkd rejects a request with
DIGEST_MISMATCH — the client's cached server info was stale (e.g. an
operator signer rotation). By the time this surfaces the provider has already
refreshed its info and fired onServerInfoChanged; the caller should rebuild
the request under the fresh server info and retry. Mirrors NArk's
DigestMismatchException (dotnet-sdk #131): the SDK never silently retries.
Thrown by RestArkProvider when arkd rejects a request with
DIGEST_MISMATCH— the client's cached server info was stale (e.g. an operator signer rotation). By the time this surfaces the provider has already refreshed its info and firedonServerInfoChanged; the caller should rebuild the request under the fresh server info and retry. Mirrors NArk'sDigestMismatchException(dotnet-sdk #131): the SDK never silently retries.