Skip to content

swift_errorRelease(__)

0x41c edited this page Feb 28, 2022 · 1 revision

swift_errorRelease(_:)

Decrements or deallocates the error object depending on the strong retain count.

@_silgen_name("swift_errorRelease")
public func swift_errorRelease(
    _ error: Error
)

Parameters

  • error: The error to release.
Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally