CLSErrorUnderlyingErrorsKey

Static CLSErrorUnderlyingErrorsKey 

Source
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