n4auth/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts
2021-07-15 23:10:20 +03:00

14 lines
430 B
TypeScript

export declare class ThrottlingEntity {
throttleTime: number;
error?: string;
errorCodes?: Array<string>;
errorMessage?: string;
subError?: string;
/**
* validates if a given cache entry is "Throttling", parses <key,value>
* @param key
* @param entity
*/
static isThrottlingEntity(key: string, entity?: object): boolean;
}
//# sourceMappingURL=ThrottlingEntity.d.ts.map