Updates to error response. Test to verify time for cache.
This commit is contained in:
parent
0802e97d56
commit
613de30664
@ -278,7 +278,8 @@ func (c Mail) Serialize(
|
|||||||
|
|
||||||
if retriesErr != nil {
|
if retriesErr != nil {
|
||||||
logger.Ctx(ctx).Debug("exceeded maximum retries")
|
logger.Ctx(ctx).Debug("exceeded maximum retries")
|
||||||
return nil, support.WrapAndAppend(itemID, errors.Wrap(retriesErr, "attachment failed"), nil)
|
return nil, support.WrapAndAppend(itemID,
|
||||||
|
support.ConnectorStackErrorTraceWrap(retriesErr, "attachment Failed"), nil)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user