@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCError")
public class RTCError
extends DOMException
ABORT_ERR, DATA_CLONE_ERR, DOMSTRING_SIZE_ERR, HIERARCHY_REQUEST_ERR, INDEX_SIZE_ERR, INUSE_ATTRIBUTE_ERR, INVALID_ACCESS_ERR, INVALID_CHARACTER_ERR, INVALID_MODIFICATION_ERR, INVALID_NODE_TYPE_ERR, INVALID_STATE_ERR, NAMESPACE_ERR, NETWORK_ERR, NO_DATA_ALLOWED_ERR, NO_MODIFICATION_ALLOWED_ERR, NOT_FOUND_ERR, NOT_SUPPORTED_ERR, QUOTA_EXCEEDED_ERR, SECURITY_ERR, SYNTAX_ERR, TIMEOUT_ERR, TYPE_MISMATCH_ERR, URL_MISMATCH_ERR, VALIDATION_ERR, WRONG_DOCUMENT_ERR| Constructor and Description |
|---|
RTCError(RTCErrorInit init) |
RTCError(RTCErrorInit init,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
errorDetail() |
java.lang.Double |
httpRequestStatusCode() |
java.lang.Double |
receivedAlert() |
java.lang.Double |
sctpCauseCode() |
java.lang.Double |
sdpLineNumber() |
java.lang.Double |
sentAlert() |
codeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic RTCError(@Nonnull
RTCErrorInit init,
@Nonnull
java.lang.String message)
public RTCError(@Nonnull
RTCErrorInit init)
@JsProperty(name="errorDetail") @Nonnull @RTCErrorDetailType public java.lang.String errorDetail()
@JsProperty(name="httpRequestStatusCode") @Nullable public java.lang.Double httpRequestStatusCode()
@JsProperty(name="receivedAlert") @Nullable public java.lang.Double receivedAlert()
@JsProperty(name="sctpCauseCode") @Nullable public java.lang.Double sctpCauseCode()
@JsProperty(name="sdpLineNumber") @Nullable public java.lang.Double sdpLineNumber()
@JsProperty(name="sentAlert") @Nullable public java.lang.Double sentAlert()