pub unsafe static CLSErrorUnderlyingErrorsKey: Option<&'static CLSErrorUserInfoKey>Available on crate feature
CLSDefines only.Expand description
If multiple objects cause errors we return an error with code CLSErrorCodePartialFailure which will contain an array of errors in - [NSError userInfo]; under this key.
See also Appleās documentation