updated docs strings and added README.md
This commit is contained in:
@@ -34,7 +34,8 @@ class MailIntakeAuthError(MailIntakeError):
|
||||
Notes:
|
||||
**Lifecycle:**
|
||||
|
||||
- Raised when authentication providers are unable to acquire, refresh, or persist valid credentials
|
||||
- Raised when authentication providers are unable to acquire,
|
||||
refresh, or persist valid credentials.
|
||||
"""
|
||||
|
||||
|
||||
@@ -45,7 +46,8 @@ class MailIntakeAdapterError(MailIntakeError):
|
||||
Notes:
|
||||
**Lifecycle:**
|
||||
|
||||
- Raised when a provider adapter encounters API errors, transport failures, or invalid provider responses
|
||||
- Raised when a provider adapter encounters API errors, transport
|
||||
failures, or invalid provider responses.
|
||||
"""
|
||||
|
||||
|
||||
@@ -56,5 +58,6 @@ class MailIntakeParsingError(MailIntakeError):
|
||||
Notes:
|
||||
**Lifecycle:**
|
||||
|
||||
- Raised when raw provider payloads cannot be interpreted or normalized into internal domain models
|
||||
- Raised when raw provider payloads cannot be interpreted or
|
||||
normalized into internal domain models.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user