HMErrorBlock
A completion block that provides an error.
Declaration
typealias HMErrorBlock = ((any Error)?) -> VoidParameters
- error:
The error the block returns.
A completion block that provides an error.
typealias HMErrorBlock = ((any Error)?) -> VoidThe error the block returns.