bipbop-webservice
Version:
Chamada aos serviços da BIPBOP via NodeJS ou pelo navegador.
38 lines (35 loc) • 5.29 kB
JavaScript
var errorCodes = require('./error-codes.js');
var exception = require('./exception-c36df5d0.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 = {}, exception._defineProperty(_Exceptions, errorCodes.E_INTERNAL_USER_BLOCKED, exceptionInternalUserBlocked), exception._defineProperty(_Exceptions, errorCodes.E_TABLE_NOT_FOUND, exceptionTableNotFound), exception._defineProperty(_Exceptions, errorCodes.E_NOT_FOUND, exceptionNotFound), exception._defineProperty(_Exceptions, errorCodes.E_INVALID_ARGUMENT, exceptionInvalidArgument), exception._defineProperty(_Exceptions, errorCodes.E_MISSING_ARGUMENT, exceptionMissingArgument), exception._defineProperty(_Exceptions, errorCodes.E_MULTIPLE_RESULTS_FOUND, exceptionMultipleResultsFound), exception._defineProperty(_Exceptions, errorCodes.E_BLOCKED_IP, exceptionBlockedIp), exception._defineProperty(_Exceptions, errorCodes.E_UNEXPECTED_HTTP_CODE, exceptionUnexpectedHttpCode), exception._defineProperty(_Exceptions, errorCodes.E_REMOTE_SITE_UNDER_MAINTENANCE, exceptionRemoteSiteUnderMaintenance), exception._defineProperty(_Exceptions, errorCodes.E_AUTHENTICATION_FAILURE, exceptionAuthenticationFailure), exception._defineProperty(_Exceptions, errorCodes.E_INTERNAL_SERVER_ERROR, exceptionInternalServerError), exception._defineProperty(_Exceptions, errorCodes.E_QUERY_LIMIT, exceptionQueryLimit), exception._defineProperty(_Exceptions, errorCodes.E_PASSWORD_REQUIRED, exceptionPasswordRequired), exception._defineProperty(_Exceptions, errorCodes.E_JUSTICE_SECRET, exceptionJusticeSecret), exception._defineProperty(_Exceptions, errorCodes.E_EXPECTED_DATA_NOT_FOUND, exceptionExpectedDataNotFound), exception._defineProperty(_Exceptions, errorCodes.E_CAPTCHA_BREAK_FAILED, exceptionCaptchaBreakFailed), exception._defineProperty(_Exceptions, errorCodes.E_INTERNAL_PUSH_LABEL, exceptionInternalPushLabel), exception._defineProperty(_Exceptions, errorCodes.E_UNDER_MAINTENANCE, exceptionUnderMaintenance), exception._defineProperty(_Exceptions, errorCodes.E_SITE_MESSAGE, exceptionSiteMessage), exception._defineProperty(_Exceptions, errorCodes.E_BLOCKED_BY_CONFIG, exceptionBlockedByConfig), exception._defineProperty(_Exceptions, errorCodes.E_LEGAL_REVIEW, exceptionLegalReview), exception._defineProperty(_Exceptions, errorCodes.E_RESOURCE_UNAVAILABLE, exceptionResourceUnavailable), exception._defineProperty(_Exceptions, errorCodes.E_INTERNAL_EMAIL_UNCHECKED, exceptionInternalEmailUnchecked), exception._defineProperty(_Exceptions, errorCodes.E_INTERNAL_NOT_READY, exceptionInternalNotReady), exception._defineProperty(_Exceptions, errorCodes.E_OUTDATED, exceptionOutdated), exception._defineProperty(_Exceptions, errorCodes.E_WITHOUT_PROCEEDINGS, exceptionWithoutProceedings), exception._defineProperty(_Exceptions, errorCodes.E_EMAIL_UNCHECKED, exceptionEmailUnchecked), exception._defineProperty(_Exceptions, errorCodes.E_BLOCKED_USER, exceptionBlockedUser), exception._defineProperty(_Exceptions, errorCodes.E_UNKNOWN, exceptionUnknown), _Exceptions);
module.exports = Exceptions;
//# sourceMappingURL=exceptions.js.map