Contents

SCErrorString(_:)

Returns a string describing the specified status code or error code.

Declaration

func SCErrorString(_ status: Int32) -> UnsafePointer<CChar>

Parameters

Return Value

The message string associated with the status or error identified by status.

See Also

Functions