@aws-amplify/xr
Version:
XR category of aws-amplify
60 lines • 2.23 kB
JavaScript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
import { __extends } from "tslib";
var XRError = /** @class */ (function (_super) {
__extends(XRError, _super);
function XRError() {
return _super !== null && _super.apply(this, arguments) || this;
}
return XRError;
}(Error));
export { XRError };
var XRNoSceneConfiguredError = /** @class */ (function (_super) {
__extends(XRNoSceneConfiguredError, _super);
function XRNoSceneConfiguredError() {
return _super !== null && _super.apply(this, arguments) || this;
}
return XRNoSceneConfiguredError;
}(XRError));
export { XRNoSceneConfiguredError };
var XRSceneNotFoundError = /** @class */ (function (_super) {
__extends(XRSceneNotFoundError, _super);
function XRSceneNotFoundError() {
return _super !== null && _super.apply(this, arguments) || this;
}
return XRSceneNotFoundError;
}(XRError));
export { XRSceneNotFoundError };
var XRSceneNotLoadedError = /** @class */ (function (_super) {
__extends(XRSceneNotLoadedError, _super);
function XRSceneNotLoadedError() {
return _super !== null && _super.apply(this, arguments) || this;
}
return XRSceneNotLoadedError;
}(XRError));
export { XRSceneNotLoadedError };
var XRNoDomElement = /** @class */ (function (_super) {
__extends(XRNoDomElement, _super);
function XRNoDomElement() {
return _super !== null && _super.apply(this, arguments) || this;
}
return XRNoDomElement;
}(XRError));
export { XRNoDomElement };
var XRSceneLoadFailure = /** @class */ (function (_super) {
__extends(XRSceneLoadFailure, _super);
function XRSceneLoadFailure() {
return _super !== null && _super.apply(this, arguments) || this;
}
return XRSceneLoadFailure;
}(XRError));
export { XRSceneLoadFailure };
var XRProviderNotConfigured = /** @class */ (function (_super) {
__extends(XRProviderNotConfigured, _super);
function XRProviderNotConfigured() {
return _super !== null && _super.apply(this, arguments) || this;
}
return XRProviderNotConfigured;
}(XRError));
export { XRProviderNotConfigured };
//# sourceMappingURL=Errors.js.map