public final class CBLStatus extends Object
Modifier and Type | Method and Description |
---|---|
static CouchbaseLiteException |
convertC4Error(C4Error c4err) |
static CouchbaseLiteException |
convertException(LiteCoreException e) |
static CouchbaseLiteException |
convertException(LiteCoreException e,
String msg) |
static CouchbaseLiteException |
toCouchbaseLiteException(int domain,
int status,
int info) |
static CouchbaseLiteException |
toCouchbaseLiteException(int domainCode,
int statusCode,
String msg,
Exception e) |
@NonNull public static CouchbaseLiteException convertC4Error(@Nullable C4Error c4err)
@NonNull public static CouchbaseLiteException convertException(@Nullable LiteCoreException e)
@NonNull public static CouchbaseLiteException convertException(@Nullable LiteCoreException e, @NonNull String msg)
public static CouchbaseLiteException toCouchbaseLiteException(int domain, int status, int info)
public static CouchbaseLiteException toCouchbaseLiteException(int domainCode, int statusCode, @Nullable String msg, @Nullable Exception e)