MudraIDConfigError | Missing/invalid configuration; correct the selected prefix, endpoint or signing-key setup. |
MudraIDAuthError | Token-endpoint authentication refusal; check client/key status and assertion audience. |
MudraIDRevokedError | Authority refused; review the grant, resource, scopes and agent/client state before retrying. |
MudraIDNetworkError | Transport failure or malformed token response; investigate and use bounded recovery where safe. |
MudraIDRateLimitedError | Rate limit; respect retry_after_seconds when supplied. Subclass of MudraIDNetworkError. |
MudraIDBillingFrozenError | Billing/plan refusal; review the server’s reason. Waiting alone may not help. Subclass of MudraIDNetworkError. |
MudraIDScopeError | Invalid/unbounded scope request, rejected locally. Name the specific required scopes. |
MudraIDExecutionUnknownError | A consequential operation has an uncertain outcome. Reconcile before replaying. |