aiber-martin/plugins/cordova-plugin-advanced-http/www/error-codes.js

10 lines
171 B
JavaScript
Raw Normal View History

2020-12-17 16:23:12 +00:00
module.exports = {
GENERIC: -1,
SSL_EXCEPTION: -2,
SERVER_NOT_FOUND: -3,
TIMEOUT: -4,
UNSUPPORTED_URL: -5,
NOT_CONNECTED: -6,
POST_PROCESSING_FAILED: -7,
};