aiber-martin/plugins/cordova-plugin-advanced-http/www/error-codes.js
Martin Donnelly a4b8625d0f init
2020-12-17 16:23:12 +00:00

10 lines
171 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,
};