LookAtMySuitBot/js/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts

14 lines
417 B
TypeScript
Raw Normal View History

2023-12-24 20:08:39 -05:00
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