You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

RequestChain.ChainError


ENUM

RequestChain.ChainError

Swift
1public enum ChainError: Error, LocalizedError

Cases

invalidIndex(chain:index:)

Swift
1case invalidIndex(chain: RequestChain, index: Int)

noInterceptors

Swift
1case noInterceptors

Properties

errorDescription

Swift
1public var errorDescription: String?
Feedback

Edit on GitHub

Forums