summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-advanced-http/www/error-codes.js
blob: a0bfd6cea7e224bcd697140a6254ac5a595a8fb8 (plain)
1
2
3
4
5
6
7
8
9
module.exports = {
  GENERIC: -1,
  SSL_EXCEPTION: -2,
  SERVER_NOT_FOUND: -3,
  TIMEOUT: -4,
  UNSUPPORTED_URL: -5,
  NOT_CONNECTED: -6,
  POST_PROCESSING_FAILED: -7,
};