UNPKG

@omnia/fx-models

Version:
9 lines (8 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorCode = void 0; class ErrorCode { } exports.ErrorCode = ErrorCode; ErrorCode.TooManyRequests = "tooManyRequests"; ErrorCode.ContentFilter = "ContentFilter";