UNPKG

@mojaloop/participants-bc-client-lib

Version:
72 lines (67 loc) 3.89 kB
/***** License -------------- Copyright © 2017 Bill & Melinda Gates Foundation The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Contributors -------------- This is the official list (alphabetical ordering) of the Mojaloop project contributors for this file. Names of the original copyright holders (individuals or organizations) should be listed with a '*' in the first column. People who have contributed from an organization can be listed under the organization that actually holds the copyright for their contributions (see the Gates Foundation organization for an example). Those individuals should have their names indented and be marked with a '-'. Email address can be added optionally within square brackets <email>. * Coil - Jason Bruwer <jason.bruwer@coil.com> -------------- ******/ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnableToDeleteParticipantAccountError = exports.UnableToCreateParticipantAccountError = exports.UnableToGetParticipantAccountError = exports.UnableToDeleteParticipantEndpointError = exports.UnableToCreateParticipantEndpointError = exports.UnableToGetParticipantEndpointsError = exports.UnableToEnableParticipantError = exports.UnableToDisableParticipantError = exports.UnableToApproveParticipantError = exports.UnableToCreateParticipantError = exports.UnableToGetParticipantError = exports.UnableToGetParticipantsError = exports.ConnectionRefusedError = exports.UnauthorizedError = void 0; class UnauthorizedError extends Error { } exports.UnauthorizedError = UnauthorizedError; class ConnectionRefusedError extends Error { } exports.ConnectionRefusedError = ConnectionRefusedError; class UnableToGetParticipantsError extends Error { } exports.UnableToGetParticipantsError = UnableToGetParticipantsError; class UnableToGetParticipantError extends Error { } exports.UnableToGetParticipantError = UnableToGetParticipantError; class UnableToCreateParticipantError extends Error { } exports.UnableToCreateParticipantError = UnableToCreateParticipantError; class UnableToApproveParticipantError extends Error { } exports.UnableToApproveParticipantError = UnableToApproveParticipantError; class UnableToDisableParticipantError extends Error { } exports.UnableToDisableParticipantError = UnableToDisableParticipantError; class UnableToEnableParticipantError extends Error { } exports.UnableToEnableParticipantError = UnableToEnableParticipantError; class UnableToGetParticipantEndpointsError extends Error { } exports.UnableToGetParticipantEndpointsError = UnableToGetParticipantEndpointsError; class UnableToCreateParticipantEndpointError extends Error { } exports.UnableToCreateParticipantEndpointError = UnableToCreateParticipantEndpointError; class UnableToDeleteParticipantEndpointError extends Error { } exports.UnableToDeleteParticipantEndpointError = UnableToDeleteParticipantEndpointError; class UnableToGetParticipantAccountError extends Error { } exports.UnableToGetParticipantAccountError = UnableToGetParticipantAccountError; class UnableToCreateParticipantAccountError extends Error { } exports.UnableToCreateParticipantAccountError = UnableToCreateParticipantAccountError; class UnableToDeleteParticipantAccountError extends Error { } exports.UnableToDeleteParticipantAccountError = UnableToDeleteParticipantAccountError; //# sourceMappingURL=errors.js.map