Skip to main content
Every SDK error inherits from MudraIDError.

The subclasses

Platform errors pass through

A 4xx or 5xx from the platform comes back as a normal Response. The SDK does not raise it. The one exception is 401, which the SDK retries once after refreshing the token. For the full how-to, see Handle errors.