lblod-blockchain
Version:
Proof of concept rond Lokale Besluiten als Gelinkte Open Data – centrale vindplaats en mandatendatabank.
23 lines (18 loc) • 915 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
/*
This file is part of LBLOD-Blockchain.
*/
/**
* @file ErrorMessages.js
* @authors:
* Maurice Dalderup <Maurice_Dalderup@hotmail.com>
* @date 2018
*/
var NoTokenPassed = exports.NoTokenPassed = 'No token has been passed to the constructor. Please provide a token. ';
var NotYetInitialized = exports.NotYetInitialized = 'The application has not been initialized yet, please have a moment. ';
var CouldNotInitialize = exports.CouldNotInitialize = 'Due to an error the application could not be initialized. Possibly you are not yet authenticated to the REST API or the API key is invalid or no card has been imported!';
var MissingRequiredParameters = exports.MissingRequiredParameters = 'Some parameters are missing, please check the documentation or source code as reference.';
//# sourceMappingURL=ErrorMessages.js.map