SEP30BadRequestResponseException
extends Exception
in package
Exception thrown when the SEP-30 recovery server returns HTTP 400 Bad Request.
This indicates that the request is invalid, such as:
- Missing required fields in the request body
- Malformed JSON data
- Invalid authentication method types or values
- Invalid identity roles or authentication methods
- Malformed transaction XDR (for signing operations)
- Transaction contains unauthorized operations
Clients should validate request data before submission to avoid this error. Check the exception message for specific validation failure details.