UNPKG

skyflow-node

Version:
21 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.errorMessages = void 0; exports.errorMessages = { ClientIDNotFound: "clientID not found", TokenURINotFound: "tokenURI not found", KeyIDNotFound: "keyID not found", PrivateKeyNotFound: "privateKey not found", NotAValidJSON: "not a valid JSON object", FileNotFound: "file not found", EmptyFile: "Empty file found", CredentialsContentEmpty: "Empty string passed for credentials", ExpectedStringParameter: "Parameter type passed is invalid, expected string", ScopedRolesEmpty: "Empty array passed for roleIDs", ExpectedRoleIDParameter: "RoleID type passed is invalid, expected string[]", DataTokensNotFound: "dataTokens not found", DataTokensEmpty: "Empty array passed for data tokens", ExpectedDataTokensParameter: "Data tokens type passed is invalid, expected string[]", ExpectedTimeToLiveParameter: "Time to live type passed is invalid, expected number", }; //# sourceMappingURL=Messages.js.map