Contents

nw_quic_get_application_error_reason(_:)

Accesses the QUIC application error reason received from the peer.

Declaration

func nw_quic_get_application_error_reason(_ metadata: nw_protocol_metadata_t) -> UnsafePointer<CChar>?

Parameters

  • metadata:

    A QUIC protocol metadata instance.

Return Value

An error reason string.

See Also

Functions