mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-01-31 00:00:03 +08:00
11 lines
186 B
JavaScript
11 lines
186 B
JavaScript
module.exports = {
|
|
GENERIC: -1,
|
|
SSL_EXCEPTION: -2,
|
|
SERVER_NOT_FOUND: -3,
|
|
TIMEOUT: -4,
|
|
UNSUPPORTED_URL: -5,
|
|
NOT_CONNECTED: -6,
|
|
POST_PROCESSING_FAILED: -7,
|
|
ABORTED: -8,
|
|
};
|