Intel® Collaboration Suite for WebRTC  version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for iOS*
OWTP2PErrors.h
1 // Copyright (C) <2018> Intel Corporation
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 typedef NS_ENUM(NSInteger, OWTP2PErrors) {
5  OWTP2PErrorUnknown = 2000,
6  OWTP2PErrorClientIllegalArgument = 2402,
7  OWTP2PErrorClientInvalidState = 2403
8 };