public class Reason extends Object
Modifier and Type | Field and Description |
---|---|
static Reason |
AddressIncomplete
Address incomplete
|
static Reason |
BadCredentials
Bad credentials
|
static Reason |
BadGateway
Bad gateway
|
static Reason |
Busy
Call not answered (in time).
|
static Reason |
Declined
Call declined
|
static Reason |
DoNotDisturb
Transport error: connection failures, disconnections etc...
|
static Reason |
Gone
Resource no longer exists
|
static Reason |
IOError
Transport error: connection failures, disconnections etc...
|
static Reason |
Media
Incompatible media
|
static Reason |
MovedPermanently
Resource moved permanently
|
protected int |
mValue |
static Reason |
NoMatch
Operation was rejected by remote due to request unmatched to any context.
|
static Reason |
None
None (no failure)
|
static Reason |
NoResponse
No response
|
static Reason |
NotAcceptable
Operation was rejected by remote, for example a LinphoneCore.updateCall()
|
static Reason |
NotAnswered
Call not answered (in time).
|
static Reason |
NotFound
Not found
|
static Reason |
NotImplemented
Not implemented
|
static Reason |
ServerTimeout
Server timeout
|
static Reason |
TemporarilyUnavailable
Temporarily unavailable
|
static Reason |
Unauthorized
Operation not authorized because no credentials found
|
static Reason |
Unknown
Unknown
|
public static Reason None
public static Reason NoResponse
public static Reason BadCredentials
public static Reason Declined
public static Reason NotFound
public static Reason NotAnswered
public static Reason Busy
public static Reason Media
public static Reason IOError
public static Reason DoNotDisturb
public static Reason Unauthorized
public static Reason NotAcceptable
public static Reason NoMatch
public static Reason MovedPermanently
public static Reason Gone
public static Reason TemporarilyUnavailable
public static Reason AddressIncomplete
public static Reason NotImplemented
public static Reason BadGateway
public static Reason ServerTimeout
public static Reason Unknown
protected final int mValue