[Missing <summary> documentation for "T:OPSSDKCommon.Model.Call.CallError"]

Namespace: OPSSDKCommon.Model.Call
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public enum CallError
Visual Basic
Public Enumeration CallError
Visual C++
public enum class CallError

Members

Member nameValueDescription
UnknownError0
NoResponse1
SRTPError2
ConnectionError3
ParseError4
BadRequest400
Forbidden403
NotFound404
RequestTimedOut408
Gone410
UnsupportedMediaType415
TemporarilyUnavailable480
CallDoesNotExist481
AddressIncomplete484
BusyHere486
NotAcceptableHere488
RequestPending491
ServerInternalError500
NotImplemented501
BadGateway502
ServiceUnavailable503
ServerTimeout504
MessageTooLarge513
BusyEverywhere600
GlobalFailureDecline603
DoesNotExistAnywhere604
GlobalFailureNotAcceptable606
GlobalFailure699

See Also