[Missing <summary> documentation for "T:OPSSDKCommon.Model.Call.CallError"]
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 name | Value | Description | |
|---|---|---|---|
| UnknownError | 0 | ||
| NoResponse | 1 | ||
| SRTPError | 2 | ||
| ConnectionError | 3 | ||
| ParseError | 4 | ||
| BadRequest | 400 | ||
| Forbidden | 403 | ||
| NotFound | 404 | ||
| RequestTimedOut | 408 | ||
| Gone | 410 | ||
| UnsupportedMediaType | 415 | ||
| TemporarilyUnavailable | 480 | ||
| CallDoesNotExist | 481 | ||
| AddressIncomplete | 484 | ||
| BusyHere | 486 | ||
| NotAcceptableHere | 488 | ||
| RequestPending | 491 | ||
| ServerInternalError | 500 | ||
| NotImplemented | 501 | ||
| BadGateway | 502 | ||
| ServiceUnavailable | 503 | ||
| ServerTimeout | 504 | ||
| MessageTooLarge | 513 | ||
| BusyEverywhere | 600 | ||
| GlobalFailureDecline | 603 | ||
| DoesNotExistAnywhere | 604 | ||
| GlobalFailureNotAcceptable | 606 | ||
| GlobalFailure | 699 |