SCErrorString(_:)
Returns a string describing the specified status code or error code.
Declaration
func SCErrorString(_ status: Int32) -> UnsafePointer<CChar>Parameters
- status:
A status or error code described in 1518026 Status And Error Codes. You typically get this code by calling Scerror() or Sccopylasterror().
Return Value
The message string associated with the status or error identified by status.