Type alias ThrottlingEntity
ThrottlingEntity: {
error?: string;
errorCodes?: string[];
errorMessage?: string;
subError?: string;
throttleTime: number;
}
Type declaration
-
Optional
error?: string
-
Optional
errorCodes?: string[]
-
Optional
errorMessage?: string
-
Optional
subError?: string
-
throttleTime: number