Type alias RefreshCacheError<E>

RefreshCacheError<E>: BaseSDKError & {
    cause?: readonly ResolverError<E>[];
    expiryDate: Date | undefined;
    type: RefreshCacheErrorType;
}

Type Parameters

  • E

Type declaration

Generated using TypeDoc