MillicastSDK 2.0.0
|
#import <Foundation/Foundation.h>
#import <MillicastSDK/exports.h>
Go to the source code of this file.
Functions | |
typedef | NS_ERROR_ENUM (MCGenericErrorDomain, MCGenericError) |
Generic errors returned by the SDK. | |
typedef | NS_ERROR_ENUM (MCAsyncOperationCancelledErrorDomain, MCAsyncOperationCancelledError) |
typedef | NS_ERROR_ENUM (MCInternalSDKErrorDomain, MCInternalSDKError) |
Error category for unidentified errors. Usually representing a bug. | |
Variables | |
NSErrorDomain const | MCGenericErrorDomain |
NSErrorDomain const | MCAsyncOperationCancelledErrorDomain |
NSErrorDomain const | MCInternalSDKErrorDomain |
typedef NS_ERROR_ENUM | ( | MCAsyncOperationCancelledErrorDomain | , |
MCAsyncOperationCancelledError | |||
) |
Error category for errors triggered when the operation failed because it was abandoned for various reasons.
Internal SDK logic error.
Operation was cancelled because a newer request made it obsolete.
Operation was cancelled for unspecified reasons.
Operation was cancelled because shutdown or disconnection in progress.
Operation was cancelled due to a timeout.
typedef NS_ERROR_ENUM | ( | MCGenericErrorDomain | , |
MCGenericError | |||
) |
Generic errors returned by the SDK.
Exception was thrown and not handled.
Signaling provided invalid JSON.
Signaling provided JSON with missing or incorrect data.
Signaling returned error for the request.
No credentials are set.
Invalid options set for the request.
Invalid state of the client.
Director REST API returned an error.
Websocket not connected.
Can not create PeerConnection.
Can not create PeerConnection offer.
Can not set PeerConnection local description.
Can not set PeerConnection remote description.
Can not add tracks to the peer connection.
PeerConnection was not established.
Listener not set while it should be.
typedef NS_ERROR_ENUM | ( | MCInternalSDKErrorDomain | , |
MCInternalSDKError | |||
) |
Error category for unidentified errors. Usually representing a bug.
Uknown error.
|
extern |
|
extern |
|
extern |