-
Notifications
You must be signed in to change notification settings - Fork 3
ErrorEvent
Kenan Genjac edited this page Feb 23, 2023
·
1 revision
Getter for the errorCode
field.
-
ErrorCode
- Value of theerrorCode
field that contains the reason why some action during the call failed with an error.
func onError(_ errorEvent: ErrorEvent) {
os_log("An error occured: %@", errorEvent.errorCode.description)
}