Postbote
Reference

Error Codes

Normalized error codes shared across adapters and plugins.

CodeDefault retryabilityTypical source
ABORTEDfalseAborted send signal
AUTHfalseInvalid provider credential
CANCELLEDfalseHooks policy cancellation
INVALID_MESSAGEfalseValidation, rendering, or provider payload validation
RECIPIENT_REJECTEDfalseProvider rejects the recipient
RATE_LIMITEDtrueProvider rate limit
PROVIDER_UNAVAILABLEtrueNetwork or provider availability failure
TIMEOUTtrueRequest timeout
UNKNOWNfalseAn unmapped exception

PostboteError also includes message, provider, retryable, and an optional cause. The error brand is global-symbol based; use isPostboteError() for a reliable guard.