Contents

HMErrorBlock

A completion block that provides an error.

Declaration

typealias HMErrorBlock = ((any Error)?) -> Void

Parameters

  • error:

    The error the block returns.

See Also

Errors