bipbop-webservice
Version:
Chamada aos serviços da BIPBOP via NodeJS ou pelo navegador.
38 lines (35 loc) • 5.27 kB
JavaScript
var errorCodes = require('./error-codes.js');
var __chunk_1 = require('./chunk-6206e12c.js');
require('./exception.js');
var exceptionAuthenticationFailure = require('./exception-authentication-failure.js');
var exceptionBlockedByConfig = require('./exception-blocked-by-config.js');
var exceptionBlockedIp = require('./exception-blocked-ip.js');
var exceptionBlockedUser = require('./exception-blocked-user.js');
var exceptionCaptchaBreakFailed = require('./exception-captcha-break-failed.js');
var exceptionEmailUnchecked = require('./exception-email-unchecked.js');
var exceptionExpectedDataNotFound = require('./exception-expected-data-not-found.js');
var exceptionInternalEmailUnchecked = require('./exception-internal-email-unchecked.js');
var exceptionInternalNotReady = require('./exception-internal-not-ready.js');
var exceptionInternalPushLabel = require('./exception-internal-push-label.js');
var exceptionInternalServerError = require('./exception-internal-server-error.js');
var exceptionInternalUserBlocked = require('./exception-internal-user-blocked.js');
var exceptionInvalidArgument = require('./exception-invalid-argument.js');
var exceptionJusticeSecret = require('./exception-justice-secret.js');
var exceptionLegalReview = require('./exception-legal-review.js');
var exceptionMissingArgument = require('./exception-missing-argument.js');
var exceptionMultipleResultsFound = require('./exception-multiple-results-found.js');
var exceptionNotFound = require('./exception-not-found.js');
var exceptionOutdated = require('./exception-outdated.js');
var exceptionPasswordRequired = require('./exception-password-required.js');
var exceptionQueryLimit = require('./exception-query-limit.js');
var exceptionRemoteSiteUnderMaintenance = require('./exception-remote-site-under-maintenance.js');
var exceptionResourceUnavailable = require('./exception-resource-unavailable.js');
var exceptionSiteMessage = require('./exception-site-message.js');
var exceptionTableNotFound = require('./exception-table-not-found.js');
var exceptionUnderMaintenance = require('./exception-under-maintenance.js');
var exceptionUnexpectedHttpCode = require('./exception-unexpected-http-code.js');
var exceptionUnknown = require('./exception-unknown.js');
var exceptionWithoutProceedings = require('./exception-without-proceedings.js');
var _Exceptions;
var Exceptions = (_Exceptions = {}, __chunk_1._defineProperty(_Exceptions, errorCodes.E_INTERNAL_USER_BLOCKED, exceptionInternalUserBlocked), __chunk_1._defineProperty(_Exceptions, errorCodes.E_TABLE_NOT_FOUND, exceptionTableNotFound), __chunk_1._defineProperty(_Exceptions, errorCodes.E_NOT_FOUND, exceptionNotFound), __chunk_1._defineProperty(_Exceptions, errorCodes.E_INVALID_ARGUMENT, exceptionInvalidArgument), __chunk_1._defineProperty(_Exceptions, errorCodes.E_MISSING_ARGUMENT, exceptionMissingArgument), __chunk_1._defineProperty(_Exceptions, errorCodes.E_MULTIPLE_RESULTS_FOUND, exceptionMultipleResultsFound), __chunk_1._defineProperty(_Exceptions, errorCodes.E_BLOCKED_IP, exceptionBlockedIp), __chunk_1._defineProperty(_Exceptions, errorCodes.E_UNEXPECTED_HTTP_CODE, exceptionUnexpectedHttpCode), __chunk_1._defineProperty(_Exceptions, errorCodes.E_REMOTE_SITE_UNDER_MAINTENANCE, exceptionRemoteSiteUnderMaintenance), __chunk_1._defineProperty(_Exceptions, errorCodes.E_AUTHENTICATION_FAILURE, exceptionAuthenticationFailure), __chunk_1._defineProperty(_Exceptions, errorCodes.E_INTERNAL_SERVER_ERROR, exceptionInternalServerError), __chunk_1._defineProperty(_Exceptions, errorCodes.E_QUERY_LIMIT, exceptionQueryLimit), __chunk_1._defineProperty(_Exceptions, errorCodes.E_PASSWORD_REQUIRED, exceptionPasswordRequired), __chunk_1._defineProperty(_Exceptions, errorCodes.E_JUSTICE_SECRET, exceptionJusticeSecret), __chunk_1._defineProperty(_Exceptions, errorCodes.E_EXPECTED_DATA_NOT_FOUND, exceptionExpectedDataNotFound), __chunk_1._defineProperty(_Exceptions, errorCodes.E_CAPTCHA_BREAK_FAILED, exceptionCaptchaBreakFailed), __chunk_1._defineProperty(_Exceptions, errorCodes.E_INTERNAL_PUSH_LABEL, exceptionInternalPushLabel), __chunk_1._defineProperty(_Exceptions, errorCodes.E_UNDER_MAINTENANCE, exceptionUnderMaintenance), __chunk_1._defineProperty(_Exceptions, errorCodes.E_SITE_MESSAGE, exceptionSiteMessage), __chunk_1._defineProperty(_Exceptions, errorCodes.E_BLOCKED_BY_CONFIG, exceptionBlockedByConfig), __chunk_1._defineProperty(_Exceptions, errorCodes.E_LEGAL_REVIEW, exceptionLegalReview), __chunk_1._defineProperty(_Exceptions, errorCodes.E_RESOURCE_UNAVAILABLE, exceptionResourceUnavailable), __chunk_1._defineProperty(_Exceptions, errorCodes.E_INTERNAL_EMAIL_UNCHECKED, exceptionInternalEmailUnchecked), __chunk_1._defineProperty(_Exceptions, errorCodes.E_INTERNAL_NOT_READY, exceptionInternalNotReady), __chunk_1._defineProperty(_Exceptions, errorCodes.E_OUTDATED, exceptionOutdated), __chunk_1._defineProperty(_Exceptions, errorCodes.E_WITHOUT_PROCEEDINGS, exceptionWithoutProceedings), __chunk_1._defineProperty(_Exceptions, errorCodes.E_EMAIL_UNCHECKED, exceptionEmailUnchecked), __chunk_1._defineProperty(_Exceptions, errorCodes.E_BLOCKED_USER, exceptionBlockedUser), __chunk_1._defineProperty(_Exceptions, errorCodes.E_UNKNOWN, exceptionUnknown), _Exceptions);
module.exports = Exceptions;