Errors
DSAR-OUT-1001: OUTBOUND_RESEND_CONFIG_INVALID
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
The outbound Resend adapter configuration failed validation. The adapter cannot initialize with the provided settings.
Probable Causes
- Missing or empty
apiKeyin the Resend adapter configuration. - Invalid
fromemail address format. - Unsupported or malformed configuration values passed during adapter setup.
How to Fix
- Inspect
error.details.parseErrorfor the specific validation failure. Example (error.details.parseError) for a validation failure: This is a sample parse payload you may see when config schema validation fails. - Verify all required configuration fields are set (
apiKey,from). - Ensure email addresses conform to RFC 5322 format.
- Check environment variables that feed into the adapter configuration.
Retryable
No. The configuration must be corrected before the adapter can initialize.