-
Notifications
You must be signed in to change notification settings - Fork 1
AFError_MultipartEncodingFailureReason
The underlying reason the .multipartEncodingFailed error occurred.
public enum MultipartEncodingFailureReasonThe fileURL provided for reading an encodable body part isn't a file URL.
case bodyPartURLInvalid(url: URL)The filename of the fileURL provided has either an empty lastPathComponent or `pathExtension.
case bodyPartFilenameInvalid(in: URL)The file at the fileURL provided was not reachable.
case bodyPartFileNotReachable(at: URL)Attempting to check the reachability of the fileURL provided threw an error.
case bodyPartFileNotReachableWithError(atURL: URL, error: Error)The file at the fileURL provided is actually a directory.
case bodyPartFileIsDirectory(at: URL)The size of the file at the fileURL provided was not returned by the system.
case bodyPartFileSizeNotAvailable(at: URL)The attempt to find the size of the file at the fileURL provided threw an error.
case bodyPartFileSizeQueryFailedWithError(forURL: URL, error: Error)An InputStream could not be created for the provided fileURL.
case bodyPartInputStreamCreationFailed(for: URL)An OutputStream could not be created when attempting to write the encoded data to disk.
case outputStreamCreationFailed(for: URL)The encoded body data could not be written to disk because a file already exists at the provided fileURL.
case outputStreamFileAlreadyExists(at: URL)The fileURL provided for writing the encoded body data to disk is not a file URL.
case outputStreamURLInvalid(url: URL)The attempt to write the encoded body data to disk failed with an underlying error.
case outputStreamWriteFailed(error: Error)The attempt to read an encoded body part InputStream failed with underlying system error.
case inputStreamReadFailed(error: Error)Generated at 2020-09-24T22:11:06+0000 using swift-doc 1.0.0-beta.4.
Types
- AF
- AFError
- AFError.MultipartEncodingFailureReason
- AFError.ParameterEncoderFailureReason
- AFError.ParameterEncoderFailureReason.RequiredComponent
- AFError.ParameterEncodingFailureReason
- AFError.ResponseSerializationFailureReason
- AFError.ResponseValidationFailureReason
- AFError.ServerTrustFailureReason
- AFError.ServerTrustFailureReason.Output
- AFError.URLRequestValidationFailureReason
- Adapter
- AlamofireExtension
- AlamofireNotifications
- ClosureEventMonitor
- CompositeEventMonitor
- CompositeTrustEvaluator
- ConnectionLostRetryPolicy
- DataRequest
- DataResponse
- DataResponseSerializer
- DecodableResponseSerializer
- DefaultTrustEvaluator
- DisabledEvaluator
- DownloadRequest
- DownloadRequest.Downloadable
- DownloadRequest.Options
- DownloadResponse
- Empty
- GoogleXSSIPreprocessor
- HTTPHeader
- HTTPHeaders
- HTTPMethod
- Interceptor
- JSONEncoding
- JSONParameterEncoder
- JSONResponseSerializer
- MultipartFormData
- NetworkReachabilityManager
- NetworkReachabilityManager.NetworkReachabilityStatus
- NetworkReachabilityManager.NetworkReachabilityStatus.ConnectionType
- PassthroughPreprocessor
- PinnedCertificatesTrustEvaluator
- PublicKeysTrustEvaluator
- Redirector
- Redirector.Behavior
- Request
- Request.State
- ResponseCacher
- ResponseCacher.Behavior
- Retrier
- RetryPolicy
- RetryResult
- RevocationTrustEvaluator
- RevocationTrustEvaluator.Options
- ServerTrustManager
- Session
- SessionDelegate
- StringResponseSerializer
- URLEncodedFormEncoder
- URLEncodedFormEncoder.ArrayEncoding
- URLEncodedFormEncoder.BoolEncoding
- URLEncodedFormEncoder.DataEncoding
- URLEncodedFormEncoder.DateEncoding
- URLEncodedFormEncoder.Error
- URLEncodedFormEncoder.KeyEncoding
- URLEncodedFormEncoder.SpaceEncoding
- URLEncodedFormParameterEncoder
- URLEncodedFormParameterEncoder.Destination
- URLEncoding
- URLEncoding.ArrayEncoding
- URLEncoding.BoolEncoding
- URLEncoding.Destination
- UploadRequest
- UploadRequest.Uploadable
Protocols
- AlamofireExtended
- CachedResponseHandler
- DataDecoder
- DataPreprocessor
- DataResponseSerializerProtocol
- DownloadResponseSerializerProtocol
- EmptyResponse
- EventMonitor
- ParameterEncoder
- ParameterEncoding
- RedirectHandler
- RequestAdapter
- RequestDelegate
- RequestInterceptor
- RequestRetrier
- ResponseSerializer
- ServerTrustEvaluating
- URLConvertible
- URLRequestConvertible
- UploadConvertible
- UploadableConvertible