UNPKG

379 BTypeScriptView Raw
1/**
2 * @module botbuilder
3 */
4/**
5 * Copyright (c) Microsoft Corporation. All rights reserved.
6 * Licensed under the MIT License.
7 */
8import { StatusCodes } from 'botbuilder-core';
9export declare class StatusCodeError extends Error {
10 readonly statusCode: StatusCodes;
11 constructor(statusCode: StatusCodes, message?: string);
12}
13//# sourceMappingURL=statusCodeError.d.ts.map
\No newline at end of file