powershell/llcsharp/messages.ts (8 lines of code) (raw):
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
export const unknown = ['UNKNOWN'];
export const UnknownJsonType = ['UnknownJsonType', 'LLCS2000'];
export const ObjectShouldNotHaveFormat = ['LLCS1000', 'ObjectShouldNotHaveFormat',];
export const DoesNotSupportEnum = ['LLCS1001', 'DoesNotSupportEnum'];
export const SchemaDoeNotSupportXMSEnum = ['LLCS1002', 'SchemaDoeNotSupportXMSEnum'];
export const UnknownTypeFormat = ['LLCS1003', 'UnknownTypeFormat'];
export const ArrayMissingItems = ['LLCS1004', 'ArrayMissingItems'];
export const sad = ['SAD', 'MESSAGE'];