Which error codes require Swift API's retry operations for Get Object and Delete Object?
Applies to
StorageGRID 11.6
Answer
- Except
404 not found
error, the codes on Error responses to Swift API operations require Swift API's retry operations. - The user needs to verify the reason for API failure and resolve the issue then retry API.
- If
500 Internal Server Error
occurs, the reason might reside in an unstable network or client issue, so it is fine to just retry the same API after a while.
Additional Information
additionalInformation_text