UNPKG

@studyportals/sp-r2d2

Version:

A framework that contains various components used when developing projects that will be deployed via AWS λ.

11 lines 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthorizationError = void 0; class AuthorizationError extends Error { constructor(message = "The request's execution was not initiated due to unmet privileges", result = undefined) { super(message); this.result = result; } } exports.AuthorizationError = AuthorizationError; //# sourceMappingURL=authorization-error.class.js.map