Skip to content

ErrorEvent

Adnan Arnautović edited this page Jan 26, 2023 · 1 revision

errorCode

Description

Getter for the errorCode field.

Returns

  • ErrorCode - Value of the errorCode field that contains the reason why some action during the conference call failed with an error.

Example

func onError(errorEvent: ErrorEvent) {
    os_log("An error occured: %@", errorEvent.errorCode.description)
}
Clone this wiki locally