UNPKG

@autorest/powershell

Version:
16 lines 1.17 kB
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); exports.sad = exports.ArrayMissingItems = exports.UnknownTypeFormat = exports.SchemaDoeNotSupportXMSEnum = exports.DoesNotSupportEnum = exports.ObjectShouldNotHaveFormat = exports.UnknownJsonType = exports.unknown = void 0; exports.unknown = ['UNKNOWN']; exports.UnknownJsonType = ['UnknownJsonType', 'LLCS2000']; exports.ObjectShouldNotHaveFormat = ['LLCS1000', 'ObjectShouldNotHaveFormat',]; exports.DoesNotSupportEnum = ['LLCS1001', 'DoesNotSupportEnum']; exports.SchemaDoeNotSupportXMSEnum = ['LLCS1002', 'SchemaDoeNotSupportXMSEnum']; exports.UnknownTypeFormat = ['LLCS1003', 'UnknownTypeFormat']; exports.ArrayMissingItems = ['LLCS1004', 'ArrayMissingItems']; exports.sad = ['SAD', 'MESSAGE']; //# sourceMappingURL=messages.js.map