[EDIT] FILE: CredentialsProviderError.d.ts.tar
lovestrong/server/node_modules/@aws-sdk/property-provider/dist-types/CredentialsProviderError.d.ts 0000755 00000001276 15074231530 0034526 0 ustar 00 home/koolde6/public_html import { ProviderError } from "./ProviderError"; /** * An error representing a failure of an individual credential provider. * * This error class has special meaning to the {@link chain} method. If a * provider in the chain is rejected with an error, the chain will only proceed * to the next provider if the value of the `tryNextLink` property on the error * is truthy. This allows individual providers to halt the chain and also * ensures the chain will stop if an entirely unexpected error is encountered. */ export declare class CredentialsProviderError extends ProviderError { readonly tryNextLink: boolean; name: string; constructor(message: string, tryNextLink?: boolean); }
SAVE
CANCEL