AWSS3WorkerError
public enum AWSS3WorkerError : Error
List of possible errors thrown by AWSS3Worker implementation.
-
Indicates that a fatal error occurred. This could be due to coding error, out-of-memory condition or other conditions that is beyond control of
AWSS3Workerimplementation.Declaration
Swift
case fatalError(description: String) -
Backed service is temporarily unavailable due to network or service availability issues.
Declaration
Swift
case serviceError(cause: Error) -
Attempted to access a non-existent S3 key
Declaration
Swift
case noSuchKey(description: String)
AWSS3WorkerError Enumeration Reference